@charset "utf-8"; /* Star 共享区 */
@font-face {
    font-family: 'Impact';
    src: url('fonts/Impact.eot');
    src: url('fonts/Impact.eot?#iefix') format('embedded-opentype'), url('fonts/Impact.woff') format('woff'), url('fonts/Impact.ttf') format('truetype'), url('fonts/Impact.svg#SingleMaltaRegular') format('svg');
}

body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: Microsoft YaHei, arial, tahoma, Hiragino Sans GB, sans-serif,'Noto Sans Myanmar';
    color: #111;
    word-wrap: break-word;
    white-space: normal;
    /*word-break:break-all; */
}

.wapShow, .noShow {
    display: none !important;
}

/* 阴影 */
.shadow_1 {
    -moz-box-shadow: 1px 3px 8px #888;
    -webkit-box-shadow: 1px 3px 8px #888;
    box-shadow: 1px 3px 8px #888;
}

.shadow2 {
    -moz-box-shadow: 1px 0px 10px #666;
    -webkit-box-shadow: 1px 0px 10px #666;
    box-shadow: 1px 0px 10px #666;
}

.shadow3 {
    -moz-box-shadow: 1px 1px 8px #ccc;
    -webkit-box-shadow: 1px 1px 8px #ccc;
    box-shadow: 1px 1px 8px #ccc;
}

.shadow4 {
    -moz-box-shadow: 1px 14px 12px #0e4b61;
    -webkit-box-shadow: 1px 14px 12px #0e4b61;
    box-shadow: 1px 14px 12px #0e4b61;
}

.shadow5 {
    -moz-box-shadow: 1px 1px 3px #aaa;
    -webkit-box-shadow: 1px 1px 3px #aaa;
    box-shadow: 1px 1px 3px #aaa;
}

/*文字描边*/
.shadow_font {
    text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff;
}

/*文字阴影*/
.shadowTxt {
    text-shadow: 1px 1px 2px #555;
}

.maxWidth {
    width: 100%;
    max-width: 100%;
}

td {
    word-wrap: break-word;
    white-space: normal;
}

a {
    text-decoration: none;
    color: #333;
}

.txt_yy {
    text-shadow: 1px 1px 2px #000;
}

input, textarea {
    font-family: "Microsoft YaHei","Noto Sans Myanmar";
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

.show_db {
    display: block;
}

.noInfor {
    line-height: 50px;
    text-align: center;
    font-size: 18px;
}

/*渐变背景*/
.grad {
    background: #f1f1f1;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #fdfdfd, #f1f1f1);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #fdfdfd, #f1f1f1);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #fdfdfd, #f1f1f1);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #fdfdfd, #f1f1f1);
    /* Standard syntax */
}

/*
img {
	border:0;
	margin:0;
	padding:0;
	vertical-align:bottom;
}
*/
ul, li, dl, dt, dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clear {
    clear: both;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
}

.center {
    width: 1300px;
    margin: 0 auto;
}

.inline_width {
    display: inline-block;
    width: 100%;
}

.title_center {
    text-align: center;
}

.inline {
    display: inline-block;
}

.left, .sub_left, .s_left {
    float: left;
}

.right, .sub_right, .s_right {
    float: right;
}

.no_mp {
    margin: 0;
    padding: 0;
}

/*Star 单行省略*/
.shenglve {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Star 多行省略*/
.sl_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.sl_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.sl_4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* 行数 */
    -webkit-box-orient: vertical;
}

/* 页码 */
.pageNumber {
    font-size: 15px;
    text-align: right;
    min-height: 40px;
    line-height: 40px;
    padding-top: 30px;
    text-align: center;
}

.pageNumber a {
    padding: 9px 15px;
    color: #666;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-right: 5px;
    background: #fff;
}

.pageNumber a:hover {
    background: #243665;
    color: #fff;
    border: 1px solid #243665;
}

.pageNumber .current_page {
    padding: 9px 15px;
    background: #243665;
    color: #fff;
    font-weight: normal;
    border-radius: 5px;
    border: 1px solid #243665;
    margin-right: 5px;
}

/* 搜索框 */
.search input {
    border: 0;
    margin: 0;
    padding: 0;
    color: #999;
    vertical-align: middle;
    font-size: 16px;
}

.search input[type="text"] {
    background: url(/template/images/s_01.png) no-repeat;
    width: 599px;
    height: 49px;
    line-height: 49px;
    color: #333;
    padding: 0 15px;
    font-size: 16px;
}

.search input[type="text"]::-webkit-input-placeholder {
    color: #bbb;
}

.search input[type="text"]:-moz-placeholder {
    color: #bbb;
}

.search input[type="text"]::-moz-placeholder {
    color: #bbb;
}

.search input[type="text"]:-ms-input-placeholder {
    color: #bbb;
}

.search input[type="button"] {
    background: url(/template/images/s_02.png) no-repeat;
    width: 108px;
    height: 49px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-indent: -3px;
}

/* End  共享区 */
.page_bj {
    background: url("/template/images/index.jpg") no-repeat center top;
    min-height: 2556px;
}

.in_banner {
    min-height: 400px;
    /*	-moz-box-shadow:1px 1px 5px #ccc; -webkit-box-shadow:1px 1px 5px #ccc; box-shadow:1px 1px 5px #ccc;
*/
}

.in_bj {
    background: url("/template/images/in_bj.jpg") no-repeat center top;
    background-position-y: 700px;
}

.banner_about {
    background: url("/template/images/banner_about.jpg") no-repeat center bottom;
}

.banner_fbSure {
    background: url("/template/images/banner_fbSure.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_down {
    background: url("/template/images/banner_down.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_case {
    background: url("/template/images/banner_case.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_contact {
    background: url("/template/images/banner_contact.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_services {
    background: url("/template/images/banner_services.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_sitemap {
    background: url("/template/images/banner_sitemap.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro1 {
    background: url("/template/images/banner_pro1.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro2 {
    background: url("/template/images/banner_pro2.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro3 {
    background: url("/template/images/banner_pro3.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro {
    background: url("/template/images/banner_pro.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_new {
    background: url("/template/images/banner_new.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_fangAn {
    background: url("/template/images/banner_fangAn.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_oem {
    background: url("/template/images/banner_oem.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_dingzhi {
    background: url("/template/images/banner_oem.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.tb {
    display: table;
    width: 100%;
}

.tb .row {
    display: table-row;
}

.tb .td {
    display: table-cell;
}

.share_line_2 {
    background: url(/template/images/line_1.png) no-repeat;
    -ms-background-position-x: center;
    background-position-x: center;
    height: 6px;
}

.foot {
}

.fb_2 .sub_left {
    float: left;
    width: 276px;
}

.fb_2 .sub_right {
    float: right;
    width: 276px;
}

.fb_2 input[type="text"], .fb_2 textarea {
    padding: 3px;
    border: 1px solid #339bfa;
}

.fb_2 textarea {
    width: 462px;
    min-height: 45px;
}

.fb_2 input[type="text"] {
    width: 268px;
}

.fb_2 .sub_one, .feedback_txt .sub_two {
    padding-bottom: 11px;
}

.feedback_txt input.Remark {
    width: 510px;
}

.feedback_txt .bt {
    line-height: 30px;
    border: 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    width: 88px;
    height: 53px;
    text-align: center;
    background: #23a4fc;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #40b7ff , #1193f9);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #40b7ff, #1193f9);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #40b7ff, #1193f9);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #40b7ff , #1193f9);
    /* Standard syntax */
}

.feedback_txt input[type="submit"], .feedback_txt textarea {
    vertical-align: middle;
}

.hz_ico {
    padding-top: 45px;
    width: 866px;
    overflow: hidden;
}

.hz_ico ul.clear {
    background: url("/template/images/bj_9.png") no-repeat;
    min-height: 30px;
    width: 900px;
    padding-top: 110px;
}

.hz_ico li {
    float: left;
    width: 120px;
    text-align: center;
    margin-right: 29px;
}

.a_video {
    min-height: 248px;
    background: url(/template/images/video_bj.jpg) no-repeat center;
}

.a_video a.bt {
    display: block;
    min-height: 248px;
    background: url("/template/images/bt.png") no-repeat center;
    cursor: pointer;
}

.a_video a.bt:hover {
    background: url("/template/images/bt2.png") no-repeat center;
}

.hot_title {
    font-size: 28px;
    color: #006cb8;
    font-weight: bold;
}

.hot_list {
    padding-bottom: 25px;
}

.hot_list .dl_2 {
    padding-top: 30px;
    padding-bottom: 10px;
}

.hot_list dd.huo {
    background: url(/template/images/bot6.png) no-repeat;
    -ms-background-position-y: 7px;
    background-position-y: 7px;
    text-indent: 25px;
}

.hot_list dd.newName a {
    font-size: 23px;
    text-decoration: none;
    line-height: 140%;
}

.hot_list dd.newName a:hover {
    color: #f50;
}

.hot_list dd.txt {
    font-size: 17px;
    padding: 10px 0;
    color: #666;
}

.hot_list dd.bot {
    min-height: 25px;
    background: url(/images_pc/hot.png) no-repeat center right;
}

.x0 {
    width: 0;
}

.x1 {
    width: 20px;
}

.x2 {
    width: 43px;
}

.x3 {
    width: 69px;
}

.x4 {
    width: 92px;
}

.x5 {
    width: 118px;
}

.noGet {
    background: url(/template/images/no_bj.jpg) no-repeat center bottom;
    padding-top: 50px;
    padding-bottom: 150px;
}

.noGet .center .row_1 {
    font-size: 26px;
    font-weight: bold;
    color: #333;
}

.noGet .center .row_2 {
    padding: 30px 0;
}

.noGet .center .row_2 .search2 {
    padding: 25px;
    background: #eee;
    display: inline-block;
}

.noGet .center .row_2 .search2 input {
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    font-size: 18px;
    border: 0;
    padding: 0;
    margin: 0;
}

.noGet .center .row_2 .search2 input[type="text"] {
    width: 860px;
    text-indent: 10px;
}

.noGet .center .row_2 .search2 input[type="button"] {
    width: 93px;
    color: #fff;
    background: #25bdad;
    cursor: pointer;
}

.noGet .center .row_3 {
    color: #6e6e6e;
    padding-bottom: 30px;
}

.noGet .center .row_3 .txt_1 {
    font-size: 16px;
}

.noGet .center .row_3 .txt_2 {
    font-size: 22px;
    padding: 10px 0;
}

.noGet .center .row_3 .txt_3 {
    font-size: 18px;
}

.noGet .center .row_4 {
    text-align: center;
}

.noGet .center .row_4 a {
    display: inline-block;
    padding: 8px 22px;
    color: #fff;
    font-size: 19px;
    background: #25bdad;
    cursor: pointer;
}

.siteMap {
    padding-top: 75px;
}

.siteMap .title {
    font-size: 28px;
    font-weight: bold;
    color: #041146;
    line-height: 180%;
    text-align: center;
    text-transform: uppercase;
}

.siteMap .s_title {
    font-size: 17px;
    text-align: center;
    color: #000;
}

.siteMap .one, .siteMap .two, .siteMap .three, .siteMap .four, .siteMap .five, .siteMap .six {
    padding: 35px 0;
    border-bottom: 1px solid #ccc;
}

.siteMap .one {
    padding-top: 35px;
}

.siteMap .ul_1 {
    width: 1150px;
}

.siteMap li.c_1 {
    float: left;
    margin-right: 115px;
}

.siteMap a {
    color: #000;
    line-height: 200%;
}

.siteMap .t_1 a {
    font-size: 23px;
    color: #000;
    padding-left: 13px;
    border-left: 5px solid #041146;
}

.siteMap .s_1 a {
    font-size: 20px;
    color: #000;
}

.siteMap .two .t_2 a {
    font-size: 20px;
    color: #041146;
}

.siteMap li.last {
    float: right;
    margin: 0;
}

.siteMap .t_3 li {
    padding-left: 2px;
}

.siteMap .t_3 a {
    background: url(/template/images/bot_7.png) no-repeat center left;
    padding-left: 10px;
    font-size: 15px;
    line-height: 180%;
}

.siteMap .two li.c_1 {
    margin-right: 43px;
    width: 340px;
}

/*瀑布流层*/
.waterfall {
    -moz-column-count: 3;
    /* Firefox */
    -webkit-column-count: 3;
    /* Safari 和 Chrome */
    column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}

/*一个内容层*/
.list_item {
    padding: 1em;
    margin: 0 0 1em 0;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

/*.item img{*/
/*width: 100%;*/
/*margin-bottom:10px;*/
/*}*/
/*down*/
.down {
    padding-top: 75px;
    padding-bottom: 150px;
    background: url(/template/images/bj_15.jpg) no-repeat center bottom;
}

.down .title {
    font-size: 28px;
    font-weight: bold;
    color: #041146;
    line-height: 180%;
    text-align: center;
    text-transform: uppercase;
}

.down .s_title {
    font-size: 17px;
    text-align: center;
    color: #000;
}

.down .two {
    padding: 35px 0;
}

.down .ul_1 {
    width: 1150px;
}

.down li.c_1 {
    float: left;
    margin-right: 115px;
}

.down a {
    color: #000;
    line-height: 200%;
}

.down .t_1 a {
    font-size: 23px;
    color: #000;
    padding-left: 13px;
    border-left: 5px solid #041146;
}

.down .two .t_2 a {
    font-size: 20px;
    color: #041146;
}

.down .t_3 li {
    padding-left: 2px;
}

.down .t_3 a {
    background: url(/template/images/bot_7.png) no-repeat center left;
    padding-left: 10px;
    font-size: 15px;
    line-height: 180%;
}

.down .two li.c_1 {
    margin-right: 43px;
    width: 340px;
}

.prev_next {
    padding-bottom: 19px;
    font-size: 17px;
    color: #666;
}

.prev_next a {
    width: 283px;
    display: inline-block;
    vertical-align: bottom;
    color: #bb043d;
}

.prev_next .sub_left, .prev_next .sub_right {
    width: 44%;
    line-height: 40px;
    padding: 0 18px;
    border-radius: 5px;
    background: url(/template/images/dot8.png) no-repeat center left;
}

.prev_next .sub_left, .prev_next .sub_right {
}

.prev_next img {
    vertical-align: middle;
}

.prev_next li:hover {
}

.prev_next li:hover a {
    font-weight: bold;
    font-size: 18px;
}

.about_box {
    padding-bottom: 100px;
}

.about_box .ul_1 {
    width: 100%;
}

.about_box .ul_1 .left {
    width: 402px;
}

.about_box .ul_1 .right {
    width: 713px;
}

.about_box .ul_1 .right .huaCe {
    padding: 0;
}

.about_box .ul_1 .right .center {
    width: 100%;
}

.about_box .huaCe .one {
    padding: 0;
    display: inline-block;
    font-size: 25px;
    line-height: 35px;
    padding-right: 45px;
    background: url(/template/images/shou.png) no-repeat center right;
    background-size: 25px;
}

.about_box .huaCe .two {
    padding: 0;
    padding-top: 5px;
    padding-bottom: 14px;
}

.about_box .huaCe .two .hc_video {
    min-height: 308px;
}

.about_box .huaCe .three {
    font-size: 17px;
    line-height: 40px;
}

.new_2 .r_3 {
    padding: 0 20px;
    border: 1px solid #ccc;
    margin-top: 35px;
    padding-bottom: 20px;
}

.new_2 .r_3 .right {
    padding-left: 30px;
    width: 273px;
}

.about2 {
    padding-top: 111px;
    padding-bottom: 85px;
}

.about2 .center {
    background: url(/template/images/about2.jpg) no-repeat center left;
    min-height: 550px;
}

.about2 .center .inline_width.clear .left {
    width: 430px;
}

.about2 .center .inline_width.clear .right {
    width: 755px;
    font-size: 18px !important;
    color: #041146;
    line-height: 150% !important;
    padding-top: 75px;
}

.about2 .center .inline_width.clear .right .txt_1 p {
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
}

.about2 .center .inline_width.clear .right .txt_1 img {
    max-width: 100%;
}

.about2 .center .inline_width.clear .right .txt_2 a {
    color: #041146;
}

.kefu {
    padding-bottom: 80px;
    padding-top: 120px;
}

.kefu .center {
    border-top: 3px solid #339bfa;
}

.kefu .center .txt {
    padding: 15px 0;
    font-size: 18px;
    color: #339bfa;
    text-transform: uppercase;
}

.kefu .center .list.inline.clear {
    width: 100%;
}

.kefu .center .list.inline.clear a {
    width: 265px;
    min-height: 113px;
    float: left;
    background: #eee;
    border-radius: 5px;
    margin-right: 45px;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear {
    padding-top: 13px;
    padding-left: 20px;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_left img {
    border-radius: 200px;
    border: 2px solid #339bfa;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_right {
    padding-left: 15px;
    padding-top: 10px;
    width: 139px;
    font-size: 14px;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_right .s_txt {
    padding-top: 5px;
}

.f_emailBox {
    background: url(/template/images/bj_15.jpg) no-repeat center;
    background-size: cover;
    min-height: 129px;
    color: #fff;
}

.f_emailBox input, .f_emailBox img {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border: 0;
}

.f_emailBox .center form .inline.clear {
    width: 100%;
    padding-top: 43px;
}

.f_emailBox .center form .inline.clear .l_1 {
    min-height: 46px;
    font-size: 22px;
    padding-left: 80px;
    background: url(/template/images/6_01.png) no-repeat center left;
    line-height: 46px;
    min-width: 360px;
    text-transform: uppercase;
}

.f_emailBox .center form .inline.clear .l_2, .f_emailBox .center form .inline.clear .l_3 {
    padding-top: 5px;
}

.f_emailBox .center form .inline.clear input[type="text"] {
    width: 363px;
    line-height: 29px;
    height: 29px;
    background: #fff;
    padding: 5px;
}

.f_emailBox .center form .inline.clear .l_3 {
    cursor: pointer;
}

.f_emailBox .center form .inline.clear .right img {
    display: inline-block;
}

.f_emailBox .center form .inline.clear .right .bt_2 {
    color: #fff;
    height: 40px;
    min-width: 92px;
    text-align: center;
    background: #20242b;
    cursor: pointer;
}

.contact .r_1 {
    font-size: 22px;
    color: #444;
    line-height: 130%;
    padding: 80px 0;
}

.contact .r_1 .center .s_1 {
    padding-bottom: 60px;
    line-height: 150%;
}

.contact .r_1 .center .s_2 {
    padding-bottom: 30px;
}

.contact .r_1 .center .s_2 a {
    display: block;
    color: #339bfa;
    font-size: 19px;
    text-transform: uppercase;
    padding-left: 48px;
    background: url(/template/images/email.png) no-repeat center left;
    line-height: 25px;
}

.contact .r_1 .center .s_3 {
    font-size: 21px;
}

.contact .r_1 .center .s_3 a {
    color: #339bfa;
    font-weight: bold;
}

.Team {
    padding: 80px 0;
}

.Team .content {
    padding-top: 50px;
}

.Team .content li {
    float: left;
    width: 590px;
    margin-right: 20px;
    line-height: 160%;
    padding: 15px 0;
}

.Team .content li:nth-child(2), .Team .content li:nth-child(4), .Team .content li:nth-child(6), .Team .content li:nth-child(8), .Team .content li:nth-child(10), .Team .content li:nth-child(12), .Team .content li:nth-child(14), .Team .content li:nth-child(16) {
    margin-right: 0;
}

.Team .content li img {
    width: 36px;
    height: 25px;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.Team .content li a {
    display: block;
    font-size: 18px;
}

.Team .content li a:hover {
    color: #339bfa;
}

.Team .content li a .sub_left {
    width: 285px;
}

.Team .content li a .sub_left .txt_1 {
    font-weight: bold;
    line-height: 25px;
}

.Team .content li a .sub_right {
    width: 300px;
    padding-left: 5px;
}

.contact .r_3 {
    padding-top: 50px;
    padding-bottom: 90px;
}

.contact .r_3 .center .inline_width.clear li {
    float: left;
    width: 350px;
    margin-right: 74px;
    text-align: center;
}

.contact .r_3 .center .inline_width.clear li:nth-child(3) {
    margin-right: 0;
}

.contact .r_3 .center .inline_width.clear li .s_1 {
    min-height: 53px;
    padding-bottom: 25px;
}

.contact .r_3 .center .inline_width.clear li .s_2 {
    font-size: 20px;
    line-height: 140%;
}

.contact .r_3 .center .inline_width.clear li .s_2 span {
    font-weight: bold;
    color: #339bfa;
}

.contact .r_3 .center .inline_width.clear li.box_1 .s_1 {
    background: url(/template/images/c_1.png) no-repeat center top;
}

.contact .r_3 .center .inline_width.clear li.box_2 .s_1 {
    background: url(/template/images/c_2.png) no-repeat center top;
}

.contact .r_3 .center .inline_width.clear li.box_3 .s_1 {
    background: url(/template/images/c_3.png) no-repeat center top;
}

.fb_3 {
    background: url(/template/images/bj2.png) repeat-x;
    background-position-y: -25px;
}

.fb_3 .center {
    min-height: 186px;
    background: #fff;
    border-radius: 13px;
}

.fb_3 .center form .ul_1.clear {
    padding-top: 68px;
    width: 90%;
    margin: auto 5%;
}

.fb_3 .center form .ul_1.clear .sub_left {
    margin-right: 62px;
}

.fb_3 input {
    vertical-align: middle;
    border-radius: 3px;
    border: 0;
}

.fb_3 input[type="text"] {
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 355px;
    height: 45px;
    color: #333;
    box-shadow: #eee 0px 0px 10px 5px inset;
    /* 内阴影 */
    background: #f9f9f9;
    font-size: 16px;
}

.fb_3 .bt {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    width: 200px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #03b1ad;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #02b8ca , #03b0aa);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #02b8ca, #03b0aa);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #02b8ca, #03b0aa);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #02b8ca , #03b0aa);
    /* Standard syntax */
}

.proList {
    padding: 100px 0;
}

.proNav {
    position: relative;
}

.proNav .left {
    width: 234px;
    height: 164px;
    background: url(/template/images/bj7.png) no-repeat;
}

.proNav .left .box {
    width: 216px;
    height: 149px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding-top: 10px;
    padding-left: 6px;
}

.proNav .left .box .one {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}

.proNav .left .box .two {
    font-size: 22px;
    color: #59c3db;
}

.proNav .right {
    width: 965px;
    padding-top: 30px;
}

.proNav .right .navList li {
    border-right: 1px dashed #fff;
    border-left: 1px dashed #1b5d80;
    width: 138px;
    padding: 0 10px;
    float: left;
    text-align: center;
}

.proNav .right .navList li a {
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 5px 0;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #1b5d80;
}

.proNav .right .navList li a p {
    margin: 0;
    line-height: 34px;
    padding-top: 1px;
}

.proNav .right .navList li a:hover p {
    background: url(/template/images/bj8.png) no-repeat;
    border-radius: 5px;
}

.proNav .right .navList li:nth-child(1), .proNav .right .navList li:nth-child(7), .proNav .right .navList li:nth-child(13), .proNav .right .navList li:nth-child(19) {
    border-left: 0;
}

.proNav .right .navList li:nth-child(6), .proNav .right .navList li:nth-child(12), .proNav .right .navList li:nth-child(18), .proNav .right .navList li:nth-child(24) {
    border-right: 0;
}

.proNav .right .navList li:nth-child(1) a, .proNav .right .navList li:nth-child(2) a, .proNav .right .navList li:nth-child(3) a, .proNav .right .navList li:nth-child(4) a, .proNav .right .navList li:nth-child(5) a, .proNav .right .navList li:nth-child(6) a {
    border-top: 0;
}

.proNav .right .navList li:nth-child(13) a, .proNav .right .navList li:nth-child(14) a, .proNav .right .navList li:nth-child(15) a, .proNav .right .navList li:nth-child(16) a, .proNav .right .navList li:nth-child(17) a, .proNav .right .navList li:nth-child(18) a {
    border-bottom: 0;
}

.proList .list {
    overflow: hidden;
    padding-top: 100px;
}

.proList .list .box {
    width: 1200px;
    overflow: hidden;
}

.proList .list .ul_1 {
    width: 1300px;
}

.proList .list .item {
    float: left;
    width: 362px;
    margin-right: 57px;
    margin-bottom: 40px;
    text-align: center;
}

.proList .list .item .item_box {
    min-height: 442px;
    background: #eee;
}

.proList .list .item .pic {
    text-align: center;
}

.proList .list .item img {
    width: 360px;
    height: 360px;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
}

.proList .list .item .txt {
    min-height: 103px;
}

.proList .list .item .proName {
    display: block;
    line-height: 50px;
    font-size: 19px;
    color: #444;
}

.proList .list .item .txt_2 {
    font-size: 14px;
    padding: 30px;
    padding-top: 0;
    padding-bottom: 20px;
    line-height: 190%;
}

.proList .list .item .s_txt a {
    display: inline-block;
    width: 103px;
    text-align: center;
    line-height: 31px;
    margin: 0;
    padding: 0;
    color: #666;
}

.proList .list .item .s_txt a.more {
    border: 1px solid #ccc;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background: #fff;
    border-right: 0;
}

.proList .list .item:hover .s_txt a.more {
    background: #03b1b0;
    border: 1px solid #03b1b0;
    color: #fff;
}

.proList .list .item .s_txt a.dingzhi {
    background: #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.proList .list .item .s_txt a.dingzhi:hover {
    background: #03b1b0;
    border: 1px solid #03b1b0;
    color: #fff;
}

.shareTitle5 {
    background: url(/template/images/t5.png) no-repeat;
    min-height: 55px;
    line-height: 45px;
}

.shareTitle5 span {
    display: inline-block;
    vertical-align: top;
}

.shareTitle5 .s_1 {
    font-size: 24px;
    color: #2495b8;
    margin-left: 31px;
    width: 123px;
    text-align: center;
}

.shareTitle5 .s_2 {
    color: #fff;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 45px;
    margin-left: 13px;
}

@media screen and (min-width: 1200px) {
}

@media screen and (min-width: 1300px) {
}

@media screen and (min-width: 1800px) {
}

/* Star foot fast */
.shareLine {
    background: url(/template/images/line.jpg) no-repeat center;
    min-height: 9px;
}

.newNav {
    width: 260px;
}

.newNav .content {
    color: #fff;
    font-size: 16px;
    padding: 20px 0;
    padding-bottom: 33px;
}

.newNav .content .ul_1 {
    width: 88%;
    margin: 0 6%;
}

.newNav .content a {
    color: #fff;
    display: block;
}

.newNav .content .bigNav {
    padding: 5px 0;
}

.newNav .content .bigNav a {
    font-size: 19px;
    color: #009ca8;
    text-align: center;
    line-height: 38px;
    background: #e5f5f7;
    border-radius: 5px;
    font-weight: bold;
}

.newNav .content .bigNav a:hover {
    background: #0c70bb;
    color: #fff;
}

.in_title {
    background: url(/template/images/cBj.png) repeat-x bottom center;
    padding-bottom: 12px;
}

.in_title .center .s_Nav {
    text-align: center;
    font-size: 21px;
    padding-top: 50px;
    font-weight: bold;
}

.in_title .center .s_Nav a {
    color: #1ca4ba;
    padding-bottom: 15px;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 2px solid #fff;
    padding-top: 65px;
}

.in_title .center .s_Nav a:hover {
    color: #ff7e30;
    border-bottom: 2px solid #ff7e30;
}

.in_title .center .s_Nav a.s_1 {
    background: url(/template/images/aIco_1.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_2 {
    background: url(/template/images/aIco_2.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_3 {
    background: url(/template/images/aIco_3.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_4 {
    background: url(/template/images/aIco_4.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_1:hover {
    background: url(/template/images/aIcoH_1.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_2:hover {
    background: url(/template/images/aIcoH_2.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_3:hover {
    background: url(/template/images/aIcoH_3.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_4:hover {
    background: url(/template/images/aIcoH_4.png) no-repeat center top;
}

.friendLink a {
    color: #ccc;
}

.left_shareTitle {
    min-height: 105px;
    line-height: 150%;
    background: url(/template/images/left_title.png) no-repeat center;
    color: #fff;
    text-align: center;
    text-indent: 58px;
}

.leftNew .left_shareTitle {
    background: url(/template/images/left_title2.png) no-repeat center;
}

.left_shareTitle .txt_1 {
    font-size: 24px;
    padding-top: 38px;
    font-weight: bold;
    letter-spacing: 4px;
}

.left_shareTitle .txt_2 {
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.98);
    transform-origin: 0;
}

.fuWu {
    background: url(/template/images/ys.jpg) no-repeat center top;
    min-height: 982px;
}

.fuWu .one {
    font-size: 30px;
    color: #0099a5;
    font-weight: bold;
    text-align: center;
    padding-top: 48px;
    padding-right: 15px;
    min-height: 70px;
    line-height: 43px;
}

.fuWu .two {
    color: #fff;
    font-size: 19px;
    text-align: center;
    line-height: 25px;
}

.fuWu ul {
    color: #fff;
}

.fuWu .bigTxt {
    padding-bottom: 10px;
}

.fuWu .left {
    padding-top: 2px;
}

.fuWu .left .bigTxt {
    padding-left: 53px;
}

.fuWu .right .bigTxt {
    padding-right: 53px;
    text-align: right;
}

.fuWu .bigTxt .cn {
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
}

.fuWu .bigTxt .en {
    font-family: 'Impact';
    font-size: 14px;
    color: #ffc946;
    letter-spacing: 1px;
}

.fuWu .smallTxt {
    font-size: 17px;
    background: url(/template/images/bot_6.png) no-repeat center left;
    padding-left: 15px;
    line-height: 30px;
    background-position-y: 8px;
}

.fuWu .smallTxt span {
    color: #ffc946;
}

.liuCheng {
    padding-bottom: 60px;
    padding-top: 70px;
}

.liuCheng .center .title {
    color: #fff;
    text-align: center;
}

.liuCheng .center .title .s_t .txt_1 {
    font-size: 30px;
    font-weight: bold;
    padding-top: 102px;
    padding-right: 30px;
}

.liuCheng .center .title .s_t .txt_2 {
    font-size: 19px;
    line-height: 35px;
    padding-top: 23px;
}

.liuCheng .center .content {
    color: #fff;
    font-size: 23px;
    padding-top: 144px;
}

.liuCheng .center .content .ul_1.inline_width.clear li {
    float: left;
    width: 109px;
    text-align: center;
    margin-right: 73px;
}

.typeNav_2 .sContent {
    background: #fff;
}

.typeNav_2 .sContent .ul_8 {
    width: 100%;
}

.typeNav_2 .sContent a {
    display: block;
}

.typeNav_2 .sContent .bigNav {
    background: #ffd728;
    text-align: center;
    min-height: 79px;
    line-height: 200%;
    padding-top: 27px;
}

.typeNav_2.leftNew .content .bigNav {
    background: url(/template/images/left_bigNav2.png) no-repeat center;
    line-height: 56px;
    padding: 12px 0;
}

.typeNav_2.leftNew .content .bigNav:hover {
    background: url(/template/images/left_bigNav3.png) no-repeat center;
    background-position-x: 9px;
}

.typeNav_2.leftNew .content .bigNav:hover a {
    color: #fff;
    font-weight: bold;
}

.typeNav_2 .sContent .bigNav a {
    color: #333;
    display: block;
}

.typeNav_2 .left_call {
    border-bottom: 15px solid #000;
}

.typeNav_2 .left_call .two {
    font-size: 17px;
    background: #f7f7f7;
    padding: 20px;
    border-bottom: 5px solid #e95412;
}

.typeNav_2 .left_call .two, .typeNav_2 .left_call .two p, .typeNav_2 .left_call .two span {
    font-size: 17px !important;
    color: #333 !important;
    line-height: 200% !important;
}

.typeNav_2.leftNew .content .bigNav a {
    color: #1e1e1e;
    text-indent: 83px;
    text-align: left;
    font-weight: normal;
}

.typeNav_2 .sContent .smallNav {
    padding: 4px 0;
}

.typeNav_2 .sContent .smallNav a {
    font-size: 17px;
    color: #1d1d1d;
    line-height: 45px;
    display: block;
    background: url(/template/images/smallNav.png) no-repeat center;
    text-align: center;
    font-weight: bold;
}

.typeNav_2 .sContent .smallNav a:hover, .typeNav_2 .sContent .smallNav a.currentNav {
    background: url(/template/images/smallNavH.png) no-repeat center;
}

.typeNav_2 .sContent .smallNav.last {
    background: none;
}

.typeNav_2 .sContent .smallNav.last a {
    color: #0b91b6;
}

.typeNav_2 .sContent .smallNav .sub_nav {
    position: absolute;
    z-index: 99;
    left: 224px;
    top: 0px;
    width: 180px;
    display: none;
    border: 1px solid #0c70bb;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
}

.typeNav_2 .sContent .smallNav .sub_nav a {
    background: none;
    text-align: center;
    text-indent: 0;
}

.typeNav_2 .sContent .smallNav .sub_nav a:hover {
    background: #fe9a24;
    border-radius: 5px;
}

.txt_jianBian {
    position: relative;
    color: #006f77;
}

.txt_jianBian:before {
    content: attr(text);
    position: absolute;
    z-index: 10;
    color: #28b9c3;
    -webkit-mask: linear-gradient(to bottom, #006f77, transparent );
}

.in_fuWu {
    min-height: 643px;
    padding-bottom: 55px;
}

.in_fuWu .one {
    font-size: 30px;
    color: #0099a5;
    font-weight: bold;
    text-align: center;
    padding-top: 44px;
    min-height: 70px;
    padding-left: 11px;
    line-height: 43px;
}

.in_fuWu .two {
    color: #fff;
    font-size: 19px;
    text-align: center;
    line-height: 25px;
}

.in_fuWu ul {
    color: #fff;
}

.in_fuWu .bigTxt {
    padding-bottom: 10px;
}

.in_fuWu .sub_left {
    padding-top: 2px;
}

.in_fuWu .sub_left .bigTxt {
    padding-left: 72px;
}

.in_fuWu .sub_right .bigTxt {
    padding-right: 74px;
    text-align: right;
    padding-top: 2px;
}

.in_fuWu .bigTxt .cn {
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
}

.in_fuWu .bigTxt .en {
    font-family: 'Impact';
    font-size: 14px;
    color: #ffc946;
    letter-spacing: 1px;
}

.typeFangAn .content {
    background: #fff;
    font-size: 16px;
    border: 2px solid #009ca8;
    border-top: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.typeFangAn .content a {
    display: block;
}

.typeFangAn .content .bigNav {
}

.typeFangAn .content .bigNav a {
    font-weight: bold;
    background: url(/template/images/a_bj2.png) no-repeat center;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 66px;
}

.typeFangAn .content .bigNav a p {
    margin: 0;
    padding: 0;
}

.typeFangAn .content .smallNav {
    width: 224px;
    margin: 0 auto;
}

.typeFangAn .content .smallNav p {
    margin: 0;
    padding: 0;
}

.typeFangAn .content .smallNav a {
    font-size: 17px;
    color: #088f98;
    line-height: 39px;
    display: block;
    text-indent: 61px;
    background: url(/template/images/bot_1_2.png) no-repeat center;
}

.typeFangAn .content .smallNav a:hover {
    color: #fff;
    background: url(/template/images/bot_1_h2.png) no-repeat center;
}

.typeFangAn .content .smallNav .sub_nav {
    position: absolute;
    z-index: 99;
    left: 224px;
    top: 0px;
    width: 180px;
    display: none;
    border: 1px solid #0c70bb;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
}

.typeFangAn .content .smallNav .sub_nav a {
    background: none;
    text-align: center;
    text-indent: 0;
}

.typeFangAn .content .smallNav .sub_nav a:hover {
    background: #fe9a24;
    border-radius: 5px;
}

.typeFangAn .left_tel {
    border-radius: 5px;
    background: url(/template/images/tel.png) no-repeat center left;
    background-position-x: 15px;
    background-color: #e5f5f6;
    color: #009ca8;
    width: 224px;
    text-indent: 68px;
    padding: 14px 0;
    margin: 20px auto;
    background-size: 45px auto;
}

.typeFangAn .left_tel .one {
    font-size: 16px;
}

.typeFangAn .left_tel .two {
    font-size: 24px;
    font-weight: bold;
}

.top {
}

.t_bigBox {
    width: 100%;
    position: relative;
    z-index: 50;
}

.t_wel {
    font-size: 14px;
    line-height: 38px;
    color: #888;
    background: #f6f6f6;
}

.t_wel a {
    color: #888;
}

/* Star daoHang */
.heZuo {
    padding-top: 50px;
    padding-bottom: 20px;
}

.heZuo .content {
    padding-top: 50px;
}

.whySelect {
    background: url(/template/images/bj3.jpg) no-repeat center;
    background-size: cover;
    min-height: 810px;
}

.whySelect dd {
    float: left;
    color: #797878;
    font-size: 21px;
    width: 393px;
}

.whySelect dd div {
    background: url(/template/images/ico_1.png) no-repeat;
    padding-left: 38px;
    min-height: 24px;
    background-position-y: 7px;
    line-height: 180%;
}

.whySelect dd:hover div {
    color: #fff;
    background: url(/template/images/icoH.png) no-repeat;
    background-position-y: 7px;
}

.whySelect dd.txt_1 {
    background: url(/template/images/3_02.png) no-repeat right top;
    min-height: 78px;
    padding-right: 100px;
    margin-left: 40px;
    width: 353px;
}

.whySelect dd.txt_1:hover {
    background: url(/template/images/4_03.png) no-repeat right top;
    background-position-y: -4px;
}

.whySelect dd.txt_2 {
    background: url(/template/images/3_04.png) no-repeat top left;
    min-height: 80px;
    padding-left: 105px;
    margin-left: 192px;
    background-position-y: 2px;
    width: 371px;
}

.whySelect dd.txt_2:hover {
    background: url(/template/images/4_05.png) no-repeat top left;
    background-position-y: -2px;
}

.whySelect dd.txt_3 {
    background: url(/template/images/3_09.png) no-repeat right top;
    min-height: 54px;
    padding-right: 106px;
    padding-top: 80px;
    width: 353px;
    background-position-y: 85px;
}

.whySelect dd.txt_3:hover {
    background: url(/template/images/4_10.png) no-repeat right top;
    background-position-y: 85px;
}

.whySelect dd.txt_4 {
    background: url(/template/images/3_12.png) no-repeat;
    min-height: 51px;
    padding-left: 113px;
    margin-left: 258px;
    padding-top: 99px;
    width: 355px;
    background-position-y: 88px;
}

.whySelect dd.txt_4:hover {
    background: url(/template/images/4_13.png) no-repeat;
    background-position-y: 88px;
}

.whySelect dd.txt_5 {
    background: url(/template/images/3_17.png) no-repeat center top;
    padding-top: 100px;
    width: 600px;
    margin-left: 288px;
    margin-top: -16px;
}

.whySelect dd.txt_5:hover {
    background: url(/template/images/4_18.png) no-repeat center top;
}

.proType .content {
    font-size: 16px;
}

.proType .content a {
    display: block;
}

.proType .content .bigNav {
    padding-top: 15px;
}

.proType .content .bigNav a {
    font-weight: bold;
    font-size: 23px;
    color: #0c70bb;
    line-height: 44px;
    border-left: 9px solid #0c70bb;
    padding-left: 15px;
}

.proType .content .smallNav {
    clear: both;
    padding: 10px 30px;
    display: inline-block;
    background: url(/template/images/line5.png) no-repeat center bottom;
    background-position-x: 6px;
}

.proType .content .smallNav a {
    width: 190px;
    float: left;
    font-size: 18px;
    color: #090909;
    line-height: 39px;
    text-indent: 20px;
    background: url(/template/images/bot_1.png) no-repeat center left;
    background-position-y: 13px;
}

.proType .content .smallNav a:hover {
    font-weight: bold;
}

.proType .content .smallNav a.last {
    font-weight: bold;
    color: #0c70bb;
}

.youZhi {
    padding-top: 90px;
    padding-bottom: 90px;
    background: url(/template/images/bj_5.jpg) no-repeat center top;
}

.youZhi .content {
    padding-top: 35px;
    padding-bottom: 580px;
    background: url(/template/images/proBig.png) no-repeat center bottom;
}

.youZhi .content li {
    float: left;
    width: 16.6%;
    color: #111;
    text-align: center;
    line-height: 170%;
    padding-top: 150px;
}

.youZhi .content li .txt_1 {
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 8px;
}

.youZhi .content li .txt_2 {
    font-size: 16px;
    color: #555;
}

.youZhi .content li.item_1 {
    background: url(/template/images/yz_1.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_2 {
    background: url(/template/images/yz_2.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_3 {
    background: url(/template/images/yz_3.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_4 {
    background: url(/template/images/yz_4.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_5 {
    background: url(/template/images/yz_5.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_6 {
    background: url(/template/images/yz_6.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_1:hover {
    background: url(/template/images/Hyz_01.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_2:hover {
    background: url(/template/images/Hyz_02.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_3:hover {
    background: url(/template/images/Hyz_03.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_4:hover {
    background: url(/template/images/Hyz_04.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_5:hover {
    background: url(/template/images/Hyz_05.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_6:hover {
    background: url(/template/images/Hyz_06.png) no-repeat center top;
    background-position-x: 53px;
}

.ad_2 {
    min-height: 197px;
    background: url(/template/images/bj16.png) no-repeat center;
}

.ad_2 .center .clear .left {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    padding-top: 127px;
    padding-left: 292px;
    letter-spacing: 1px;
}

.ad_2 .center .clear .right {
    padding-top: 127px;
    width: 517px;
}

.ad_2 .center .clear .right .two {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    display: inline-block;
    padding-top: 19px;
    padding-left: 92px;
}

.ad_2 .center .clear .right a {
    display: inline-block;
    width: 118px;
    height: 43px;
    vertical-align: top;
}

.call {
    min-height: 785px;
    background: url(/template/images/bj30.jpg) no-repeat center bottom;
    padding-top: 70px;
    background-position-y: 69px;
}

.call .center .dl_1.inline_width.clear {
    padding-top: 130px;
}

.call .center .dl_1.inline_width.clear .sub_left {
    font-size: 25px;
    font-weight: bold;
    padding-left: 240px;
}

.call .center .dl_1.inline_width.clear .sub_right {
    padding-right: 35px;
}

.call .center .dl_1.inline_width.clear .sub_right a {
    display: inline-block;
    width: 120px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    vertical-align: top;
}

.call .center .dl_1.inline_width.clear .sub_right a.a_1 {
    background: #0c70bb;
    color: #fff;
}

.call .center .dl_1.inline_width.clear .sub_right a.a_2 {
    border: 1px solid #0c70bb;
    color: #0c70bb;
    width: 118px;
    line-height: 38px;
}

.call .center .dl_2.inline_width.clear {
    padding-top: 66px;
}

.call .center .dl_2.inline_width.clear .sub_left {
    padding-left: 41px;
    width: 362px;
}

.call .center .dl_2.inline_width.clear .sub_right {
    padding-right: 35px;
}

.call .center .dl_2.inline_width.clear .sub_left .ul_3.inline_width.clear li {
    font-size: 16px;
    line-height: 69px;
    padding-left: 73px;
}

.call .center .dl_2.inline_width.clear .sub_left .ul_3.inline_width.clear .first {
    color: #fff;
    text-align: center;
    padding-top: 14px;
    line-height: 170%;
    letter-spacing: 1px;
    padding-left: 0;
    padding-bottom: 7px;
}

.call .center .dl_2.inline_width.clear .sub_left .ul_3.inline_width.clear .first .one {
    font-size: 18px;
    font-weight: bold;
}

.share_rTitle .sub_left {
}

.share_rTitle .sub_left h2 {
    font-weight: bold;
    font-size: 32px;
    padding: 0;
    margin: 0;
}

.share_rTitle .sub_right, .share_rTitle .sub_right a {
    color: #888;
}

.share_rTitle .three {
    font-size: 16px;
    color: #666;
    line-height: 48px;
}

.shareSmallNav {
    margin-top: 20px;
}

.shareSmallNav .ul_3 {
}

.shareSmallNav .ul_3 li {
    float: left;
    padding-right: 55px;
    line-height: 30px;
    padding-bottom: 13px;
}

.shareSmallNav .ul_3 li a {
    display: block;
    font-size: 18px;
}

.shareSmallNav .ul_3 li a:hover {
    color: #e60013;
}

.share_rTitle .dl_1 {
    background: url(/template/images/line7.png) no-repeat center bottom;
    padding-bottom: 15px;
}

.ad3 {
    min-height: 268px;
    background: url(/template/images/ad3.png) no-repeat center;
}

.ad3 .center .clear .left {
    color: #fff;
    font-weight: bold;
    font-size: 41px;
    padding-top: 114px;
    width: 725px;
}

.ad3 .center .clear .left .txt_1 {
    padding-left: 266px;
}

.ad3 .center .clear .left .txt_2 {
    text-align: right;
    padding-top: 12px;
    font-size: 39px;
    padding-right: 83px;
}

.ad3 .center .clear .right {
    padding-right: 155px;
    padding-top: 153px;
    text-align: right;
}

.ad3 .center .clear .right .two {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
}

.ad3 .center .clear .right a {
    display: inline-block;
    padding-top: 9px;
    width: 123px;
    height: 40px;
}

.noPage {
    background: url(/template/images/bj21.jpg) no-repeat center top;
    min-height: 720px;
    font-size: 21px;
}

.noPage .center .txt_1 {
    font-weight: bold;
    text-align: center;
    padding-top: 479px;
}

.noPage .center .txt_2 {
    color: #fff;
    width: 60%;
    margin: 0 auto;
    padding-top: 26px;
    line-height: 46px;
}

.noPage .center .txt_3 {
    text-align: center;
    padding-top: 20px;
    letter-spacing: 2px;
    font-size: 19px;
}

.xg_pro {
    padding: 0px 17px;
}

.xg_pro .r_list {
    padding-top: 40px;
    margin: 0 auto;
}

.xg_pro .r_list .item {
    float: left;
    padding-right: 50px;
    padding-bottom: 31px;
    text-align: center;
}

.xg_pro .r_list li:nth-child(4), .xg_pro .r_list li:nth-child(8) {
    padding-right: 0;
}

.xg_pro .r_list .item a {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #232b38;
}

.xg_pro .r_list .item a .txt {
    line-height: 48px;
}

.xg_pro .r_list .item a img {
    display: block;
    border: 1px solid #0d0d0d;
}

.xg_pro .r_list .item a:hover {
    color: #0c70bb;
}

.xg_pro .r_list .item a:hover img {
    border: 1px solid #ec0b24;
}

.left_new .content .bigNav a {
    text-indent: 1.3em;
    color: #333;
    text-align: center;
    text-indent: 0;
    background: none;
}

.left_new .content .bigNav a:hover {
    color: #0c70bb;
}

.left_new .content li.last a {
    width: 80%;
}

.servies {
    padding: 40px 0;
    padding-bottom: 50px;
}

.servies .left {
    width: 247px;
}

.servies .right {
    width: 903px;
    background: #f7f7f7;
    padding: 20px;
}

.servies .right .r_list {
    padding-top: 25px;
}

.servies .center .ul_1.clear {
    background: url(/template/images/bj19.jpg) no-repeat;
    padding-top: 19px;
}

.servies .center .ul_1.clear .right .r_box {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
}

.servies .center .ul_1.clear .right .r_box .r_title h2 {
    padding: 0;
    margin: 0;
    background: #eee;
    font-size: 24px;
    text-align: center;
    line-height: 70px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.shareTitle3 .txt_1 {
    font-size: 24px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear {
    color: #1b1b1b;
    background: #eee;
    padding: 15px;
    width: 96.5%;
    margin-top: 20px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_left {
    width: 63%;
    padding-right: 2%;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_left .txt_1 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_left .txt_2 {
    font-size: 17px;
    line-height: 160%;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_right {
    background: url(/template/images/bj35.png);
    color: #fff;
    width: 31%;
    padding: 52px 2%;
    text-align: center;
    line-height: 210%;
    letter-spacing: 1px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_right .txt_2 {
    font-size: 24px;
    font-family: 'Impact';
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_right .txt_1 {
    font-size: 17px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear {
    color: #1b1b1b;
    background: #eee;
    padding: 15px;
    width: 96.5%;
    margin-top: 20px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_left {
    width: 63%;
    padding-right: 2%;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_left .txt_1 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_left .txt_2 {
    font-size: 17px;
    line-height: 160%;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_right {
    background: url(/template/images/bj35.png);
    color: #fff;
    width: 31%;
    padding: 15px 2%;
    text-align: center;
    line-height: 210%;
    letter-spacing: 1px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_right .txt_1 {
    font-size: 17px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_right .txt_2 {
    font-size: 24px;
    font-family: 'Impact';
}

.servies .center .ul_1.clear .right .r_box .r_list .r_4 {
    background: url(/template/images/bj36.png) no-repeat center top;
    min-height: 558px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_4 .dl_4.inline_width.clear dd {
    float: left;
    width: 190px;
    min-height: 143px;
    margin-right: 26px;
    text-align: center;
    margin-bottom: 21px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_4 .dl_4.inline_width.clear dd .num {
    font-size: 38px;
    font-weight: bold;
    padding-top: 41px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_4 .dl_4.inline_width.clear dd .s_txt {
    font-size: 16px;
}

.shareTitle4 {
    letter-spacing: 1px;
}

.shareTitle4 span {
    font-size: 30px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 {
    padding-top: 60px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear {
    background: url(/template/images/bj38.png) no-repeat center top;
    min-height: 150px;
    margin-top: 20px;
    padding-top: 154px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd {
    float: left;
    padding: 13px 6px;
    margin-right: 11px;
    width: 149px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd .bigTxt {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd .smallTxt {
    font-size: 14px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd .smallTxt span {
    font-weight: bold;
    color: #0c70bb;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd.dd_1 {
    color: #fff;
    width: 144px;
}

.pageDH {
    padding-left: 33px;
    background: url(/template/images/wu.png) no-repeat center left;
    background-position-y: 32px;
}

.pageDH a {
    color: #474747;
}

.shareOemBox {
    min-height: 827px;
    background: url(/template/images/bj_15.jpg) no-repeat center top;
    padding-top: 88px;
}

.shareOemBox .dl_2 dd, .shareOemBox .dl_3 dd {
    float: left;
    width: 233px;
    text-align: center;
    padding-top: 177px;
    line-height: 35px;
    font-size: 24px;
    color: #fff;
}

.shareOemBox .center .shareTitle {
    color: #fff;
}

.shareOemBox .center .shareTitle .one {
    color: #ccc;
    padding-top: 0;
}

.shareOemBox .center .dl_2.clear {
    padding-top: 50px;
}

.shareOemBox .center .dl_3.clear {
    padding-top: 20px;
}

.xgCase {
    padding-top: 50px;
}

.xgCase .dl_6 dd {
    float: left;
    margin-right: 14px;
    width: 210px;
}

.xgCase .dl_6 dd a, .xgCase .dl_6 dd img {
    display: block;
}

.xgCase .dl_6 dd span {
    line-height: 40px;
    padding: 0 10px;
}

.xgCase .dl_6 dd:nth-child(4) {
    margin-right: 0;
}

.xgCase .dl_6 dd a:hover {
    background: #0c70bb;
    color: #fff;
    font-weight: bold;
}

.share_xg {
    padding-top: 10px;
    margin-bottom: 30px;
}

.share_xg .s_title {
    font-size: 21px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 16px;
    letter-spacing: 2px;
    background: url(/template/images/line12.png) no-repeat center;
    background-position-x: 344px;
}

.in_case {
    padding-top: 10px;
    padding-bottom: 105px;
}

.in_case .left {
    width: 247px;
}

.in_case .right {
    width: 903px;
}

.in_case .right .r_list .item {
    float: left;
    padding-bottom: 26px;
    text-align: center;
    margin: 0 15px;
}

.in_case .right .r_list li:nth-child(3), .in_case .right .r_list li:nth-child(6), .in_case .right .r_list li:nth-child(9), .in_case .right .r_list li:nth-child(12), .in_case .right .r_list li:nth-child(15), .in_case .right .r_list li:nth-child(18), .in_case .right .r_list li:nth-child(21) {
    margin-right: 0;
}

.in_case .right .r_list .item a {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #232b38;
}

.in_case .right .r_list .item a .txt {
    line-height: 48px;
}

.in_case .right .r_list .item a img {
    display: block;
    border: 1px solid #0d0d0d;
}

.in_case .right .r_list .item a:hover {
    color: #0c70bb;
}

.in_case .right .r_list .item a:hover img {
    border: 1px solid #ec0b24;
}

.in_case .center .ul_1.clear {
    padding-top: 30px;
}

.in_case .center .ul_1.clear .right .r_box {
    background: #fff;
    border-radius: 15px;
}

.in_case .center .ul_1.clear .right .r_box .share_rTitle .dl_1.inline_width.clear {
    line-height: 43px;
}

.in_case .right .r_list .L2_UL {
    display: inline-block;
    border: 1px solid #ccc;
    margin-bottom: 25px;
}

.in_case .right .r_list .L2_UL:hover {
    -moz-box-shadow: 1px 4px 10px #ccc;
    -webkit-box-shadow: 1px 4px 10px #ccc;
    box-shadow: 1px 4px 10px #ccc;
}

.in_case .right .r_list .L2_UL .sub_left {
    width: 392px;
}

.in_case .right .r_list .L2_UL .sub_left img {
    display: block;
}

.in_case .right .r_list .L2_UL .sub_right {
    width: 440px;
    padding: 20px 24px;
    padding-bottom: 0;
}

.in_case .right .r_list .L2_UL .sub_right .one {
    min-height: 33px;
    line-height: 33px;
    padding-bottom: 13px;
}

.in_case .right .r_list .L2_UL .sub_right .one a.shenglve {
    font-weight: bold;
    font-size: 24px;
    color: #0c70bb;
}

.in_case .right .r_list .L2_UL .sub_right .one a:hover {
    color: #ffa800;
}

.in_case .right .r_list .L2_UL .sub_right .two {
    color: #888;
    font-size: 16px;
    padding-bottom: 18px;
    line-height: 180%;
    min-height: 130px;
}

.in_case .right .r_list .L2_UL .sub_right .three {
    text-align: right;
}

.in_case .right .r_list .L2_UL .sub_right .time {
    font-size: 14px;
    color: #888;
    float: right;
}

.in_case .right .r_list .L2_UL .sub_right .three a {
    padding: 0 25px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    background: #0c70bb;
    display: inline-block;
    line-height: 38px;
    font-weight: bold;
}

.in_case .right .r_list .L2_UL .sub_right .three a:hover {
    background: #ffa800;
}

.in_case .center .clear .right .title {
    line-height: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.in_case .center .clear .right .title .clear .sub_left {
    background: url(/template/images/t8.png) no-repeat;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
}

.in_case .center .clear .right .title .clear .sub_right {
    background: url(/template/images/ico3.png) no-repeat center left;
    padding-left: 20px;
    color: #888;
}

.newShow {
    padding: 90px 0;
    padding-bottom: 130px;
}

.newShow .left {
    width: 304px;
}

.newShow .right {
    width: 950px;
    border: 1px solid #e5e5e5;
}

.newShow .center .ul_1.clear {
}

.newShow .center .ul_1.clear .right .r_t {
    min-height: 61px;
    background: #0c70bb;
}

.newShow .center .ul_1.clear .right .r_t .subBox {
    padding: 18px;
    padding-right: 0;
    padding-bottom: 0;
}

.newShow .center .ul_1.clear .right .r_t .subBox .sub_left {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    border-left: 6px solid #ff9c00;
    line-height: 26px;
    padding-left: 12px;
}

.newShow .center .ul_1.clear .right .r_box {
    padding: 39px 33px;
    border-top: 13px solid #f8f9fa;
    padding-bottom: 10px;
    background: #fff;
    border-bottom: 13px solid #f8f9fa;
}

.newShow .right .newBox {
    background: #fff;
}

.newShow .right .newBox .Box_2 {
}

.newShow .right .newBox .line_2 {
    min-height: 90px;
    text-align: center;
}

.newShow .right .newBox .line_2 h1 {
    font-size: 32px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

.newShow .right .newBox .line_2 .two {
    color: #888;
    line-height: 43px;
    padding-top: 18px;
    border-bottom: 1px dashed #edd093;
    text-align: center;
    font-size: 16px;
}

.newShow .right .newBox .line_3 {
    color: #111;
    padding: 23px 0;
    min-height: 350px;
}

.newShow .right .newBox .line_3 img {
    max-width: 100%;
    vertical-align: middle;
    padding: 10px;
    border: 1px solid #ddd;
}

.newShow .right .newBox .line_3 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 10px !important;
}

.newShow .right .newBox .line_3, .newShow .right .newBox .line_3 p, .newShow .right .newBox .line_3 span {
    font-size: 16px !important;
    line-height: 200% !important;
    font-family: Microsoft YaHei !important;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear {
    min-height: 153px;
    background: url(/template/images/bj23.png) no-repeat center top;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_left {
    padding-left: 163px;
    padding-top: 31px;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right {
    padding-top: 98px;
    width: 431px;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right a {
    display: inline-block;
    width: 100px;
    height: 35px;
    vertical-align: middle;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right .in_tel {
    color: #fff;
    font-family: 'Impact';
    font-size: 21px;
    letter-spacing: 1px;
    display: inline-block;
    padding-left: 56px;
    padding-top: 6px;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear {
    padding: 20px 0;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear {
    color: #666;
    line-height: 35px;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left {
    width: 90%;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left span {
    vertical-align: middle;
    display: inline-block;
    width: 100px;
    text-align: center;
    background: #eee;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left .shenglve {
    width: 86%;
    display: inline-block;
    vertical-align: middle;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_right a {
    color: #888;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .content_foot {
    border-top: 1px solid #1b1b1b;
    color: #666;
    line-height: 40px;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .content_foot .dl_2.clear .sub_right a {
    background: #1b1b1b;
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 100px;
}

.caseShow {
    padding-top: 10px;
    padding-bottom: 105px;
}

.caseShow .left {
    width: 247px;
}

.caseShow .right {
    width: 903px;
}

.caseShow .center .ul_1.clear {
    padding-top: 30px;
}

.caseShow .center .ul_1.clear .right .r_t {
    min-height: 61px;
    background: #0c70bb;
}

.caseShow .center .ul_1.clear .right .r_t .subBox {
    padding: 18px;
    padding-right: 0;
    padding-bottom: 0;
}

.caseShow .center .ul_1.clear .right .r_t .subBox .sub_left {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    border-left: 6px solid #ff9c00;
    line-height: 26px;
    padding-left: 12px;
}

.caseShow .center .ul_1.clear .right .r_box {
    padding-top: 40px;
}

.caseShow .right .newBox {
    background: #fff;
}

.caseShow .right .newBox .Box_2 {
}

.caseShow .right .newBox .line_2 {
    min-height: 90px;
    text-align: center;
}

.caseShow .right .newBox .line_2 h3 {
    font-size: 32px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

.caseShow .right .newBox .line_2 .two {
    color: #666;
    font-size: 16px;
    padding: 12px 0;
    line-height: 30px;
}

.caseShow .right .newBox .line_3 {
    color: #666;
    padding-top: 20px;
    padding-bottom: 50px;
    min-height: 350px;
}

.caseShow .right .newBox .line_3 img {
    max-width: 100%;
}

.caseShow .right .newBox .line_3 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 15px !important;
}

.caseShow .right .newBox .line_3, .caseShow .right .newBox .line_3 p, .caseShow .right .newBox .line_3 span {
    color: #666;
    font-size: 17px !important;
    line-height: 200% !important;
    font-family: Microsoft YaHei !important;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_2 .two {
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear {
    min-height: 153px;
    background: url(/template/images/bj23.png) no-repeat center top;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_left {
    padding-left: 163px;
    padding-top: 31px;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right {
    padding-top: 98px;
    width: 431px;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right a {
    display: inline-block;
    width: 100px;
    height: 35px;
    vertical-align: middle;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right .in_tel {
    color: #fff;
    font-family: 'Impact';
    font-size: 21px;
    letter-spacing: 1px;
    display: inline-block;
    padding-left: 56px;
    padding-top: 6px;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear {
    padding: 20px 0;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear {
    color: #666;
    line-height: 35px;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left {
    width: 90%;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left span {
    vertical-align: middle;
    display: inline-block;
    width: 100px;
    text-align: center;
    background: #eee;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left .shenglve {
    width: 86%;
    display: inline-block;
    vertical-align: middle;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_right a {
    color: #888;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .content_foot {
    border-top: 1px solid #1b1b1b;
    color: #666;
    line-height: 40px;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .content_foot .dl_2.clear .sub_right a {
    background: #1b1b1b;
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 100px;
}

.xgPro {
    padding-top: 23px;
}

.xgPro .shareTitle {
    background: url(/template/images/title5.png) no-repeat center bottom;
    font-size: 25px;
    font-weight: bold;
    padding-top: 20px;
}

.xgPro .dl_6 {
}

.xgPro .dl_6 dd {
    float: left;
    margin-right: 22px;
    width: 199px;
}

.xgPro .dl_6 dd:nth-child(5) {
    margin-right: 0;
}

.xgPro .dl_6 dd a, .xgPro .dl_6 dd a span {
    display: block;
}

.xgPro .dl_6 dd a:hover {
    color: #e95412;
}

.xgPro .dl_6 dd a .NameTxt {
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
    color: #000101;
}

.xgPro .dl_6 dd a img {
    display: block;
    border: 1px solid #ccc;
}

.xgPro .dl_6 dd .proBT {
    text-align: center;
}

.xgPro .dl_6 dd .proBT a {
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 45%;
    line-height: 27px;
    font-size: 14px;
}

.xgPro .dl_6 dd .proBT a.a_1 {
    background: #313131;
}

.xgPro .dl_6 dd .proBT a.a_2 {
    background: #ffa800;
}

.liYou {
    padding-top: 100px;
    background: url(/template/images/oemBJ4.jpg) no-repeat center top;
}

.liYou .shareTitle {
    background: url(/template/images/oemT3.png) no-repeat center bottom;
    padding: 12px 0;
    line-height: 50px;
}

/* Star daoHang */
.bq {
    line-height: 43px;
    font-size: 15px;
    background: #243665;
    color: #8193c3;
    text-align: center;
}

.bq a {
    color: #8193c3 !important;
}

.bq span, .bq p {
    color: #8193c3 !important;
    font-size: 15px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.proRtitle {
    min-height: 56px;
    background: url(/template/images/t8.png) no-repeat;
    padding-bottom: 13px;
}

.proRtitle h2, .proRtitle p {
    min-height: 56px;
    color: #0c70bb;
    font-size: 34px;
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-top: 20px;
    padding-left: 36px;
    vertical-align: middle;
    font-weight: bold;
}

.proRtitle span {
    background: url(/template/images/line_1.png) no-repeat bottom left;
    display: inline-block;
    line-height: 41px;
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
    padding-top: 10px;
}

.in_new {
    padding: 90px 0;
    padding-bottom: 130px;
}

.in_new .left {
    width: 299px;
}

.in_new .right {
    width: 950px;
}

.in_new .center .ul_1.clear .right .r_box {
}

.in_new .center .ul_1.clear .right .r_box .share_rTitle .dl_1.inline_width.clear {
    line-height: 43px;
}

.in_new .center .clear .right .title {
    line-height: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.in_new .center .clear .right .title .clear .sub_left {
    background: url(/template/images/t8.png) no-repeat;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
}

.in_new .center .clear .right .title .clear .sub_right {
    background: url(/template/images/ico3.png) no-repeat center left;
    padding-left: 20px;
    color: #888;
}

.in_new .right .r_title {
    min-height: 56px;
    background: url(/template/images/t9.png) no-repeat;
    padding-bottom: 13px;
}

.in_new .right .r_title h2 {
    min-height: 56px;
    color: #0c70bb;
    font-size: 34px;
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-top: 20px;
    padding-left: 36px;
    vertical-align: middle;
}

.in_new .right .r_title span {
    background: url(/template/images/line_1.png) no-repeat bottom left;
    display: inline-block;
    line-height: 41px;
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
    padding-top: 10px;
}

.in_fengCai {
    padding-bottom: 50px;
}

.in_fengCai .center .txtBox {
    padding-top: 30px;
}

.in_fengCai .center .txtBox .ul_1.clear .left {
    width: 240px;
    min-height: 383px;
    background: url(/template/images/bj_1.png) no-repeat center left;
}

.in_fengCai .center .txtBox .ul_1.clear .left .sub {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 200px;
}

.in_fengCai .center .txtBox .ul_1.clear .right.shadow_1 {
    width: 863px;
    border-radius: 5px;
    background: #eee;
    line-height: 51px;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
}

.in_fengCai .center .txtBox .Box_2 {
    padding-top: 60px;
    height: 266px;
    overflow: hidden;
}

.in_fengCai .center .txtBox .Box_2 .ul_2.clear li {
    float: left;
    line-height: 45px;
    font-size: 18px;
    margin-right: 23px;
    text-align: center;
    padding-bottom: 30px;
}

.in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(3), .in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(6), .in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(9), .in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(12) {
    margin: 0;
}

.in_fengCai .center .txtBox .Box_2 .ul_2.clear li img {
    display: block;
    width: 346px;
    height: 209px;
    padding: 5px;
    border: 1px solid #ccc;
}

.shareMore {
    text-align: center;
    padding-top: 9px;
}

.shareMore a {
    display: inline-block;
    line-height: 35px;
    border: 1px solid #ccc;
    font-size: 17px;
    width: 160px;
}

.in_changFang {
    padding-bottom: 50px;
}

.in_changFang .txtBox {
    padding-top: 20px;
}

.oemPage {
    padding-top: 10px;
}

.oemPage .box_1 {
    padding-top: 50px;
    padding-bottom: 70px;
}

.oemPage .box_1 .center .ul_1.clear {
    background: url(/template/images/bj_3.png) no-repeat center top;
    min-height: 261px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_1 {
    font-size: 40px;
    font-weight: bold;
    width: 290px;
    padding-left: 145px;
    text-align: center;
    padding-top: 87px;
    line-height: 140%;
}

.oemPage .box_1 .center .ul_1.clear .left.l_1 .txt_2 {
    color: #0c70bb;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 {
    font-size: 17px;
    line-height: 46px;
    padding-left: 55px;
    padding-top: 13px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 span {
    color: #0c70bb;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 .s_2 {
    padding-left: 30px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 .s_3 {
    padding-left: 50px;
    line-height: 42px;
    padding-bottom: 3px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 .s_4 {
    padding-left: 30px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 .s_5 {
    padding-left: 6px;
}

.oemPage .box_1 .center .ul_1.clear .right {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    width: 160px;
    padding-right: 10px;
    line-height: 36px;
    padding-top: 53px;
}

.oemPage .box_2 {
    background: #fff;
    padding: 70px 0;
}

.oemPage .box_2 .center .shareTitle {
    background: url(/template/images/t2.png) no-repeat center top;
    min-height: 95px;
    padding-bottom: 42px;
}

.oemPage .box_2 .center .ul_2.clear {
    font-size: 17px;
    line-height: 180%;
    min-height: 347px;
    background: url(/template/images/bj_8.png) no-repeat center top;
    padding-top: 21px;
}

.oemPage .box_2 .center .ul_2.clear .left {
    width: 280px;
}

.oemPage .box_2 .center .ul_2.clear .right {
    width: 280px;
    padding-top: 31px;
}

.oemPage .box_2 .center .ul_2.clear div {
    padding-bottom: 56px;
}

.oemPage .box_3 {
    font-size: 17px;
    min-height: 302px;
    background: url(/template/images/bj_5.jpg) no-repeat center top;
    color: #fff;
    padding-top: 38px;
}

.oemPage .box_3 .center .shareTitle {
    background: url(/template/images/t4.png) no-repeat center top;
}

.oemPage .box_3 .center .dl_3.clear {
    padding-top: 20px;
}

.oemPage .box_3 dd {
    float: left;
    width: 139px;
    margin-right: 57px;
    padding-top: 94px;
    min-height: 43px;
    text-align: center;
}

.oemPage .box_3 dd:nth-child(1) {
    background: url(/template/images/oemICO_01.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(2) {
    background: url(/template/images/oemICO_02.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(3) {
    background: url(/template/images/oemICO_03.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(4) {
    background: url(/template/images/oemICO_04.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(5) {
    background: url(/template/images/oemICO_05.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(6) {
    background: url(/template/images/oemICO_06.png) no-repeat center top;
    margin: 0;
}

.oemPage .box_3 dd:nth-child(1):hover {
    background: url(/template/images/oemIcoH_01.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(2):hover {
    background: url(/template/images/oemIcoH_02.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(3):hover {
    background: url(/template/images/oemIcoH_03.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(4):hover {
    background: url(/template/images/oemIcoH_04.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(5):hover {
    background: url(/template/images/oemIcoH_05.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(6):hover {
    background: url(/template/images/oemIcoH_06.png) no-repeat center top;
}

.pinZhi {
    background: #fff;
    padding-bottom: 50px;
}

.pinZhi .shareTitle {
    background: url(/template/images/t11.png) no-repeat center top;
    padding-bottom: 38px;
}

.pinZhi .subBox {
    background: url(/template/images/bj_9.png) no-repeat center top;
}

.pinZhi .subBox .center .dl_5.clear dd {
    float: left;
    width: 97px;
    margin-right: 30px;
    padding-top: 183px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background: url(/template/images/ico.png) no-repeat center top;
    background-position-y: 120px;
}

.pinZhi .subBox .center .dl_5.clear dd:hover {
    background: url(/template/images/icoH.png) no-repeat center top;
    background-position-y: 120px;
    color: #0c70bb;
}

.pinZhi .subBox .center .dl_5.clear dd:nth-child(9) {
    margin: 0;
}

.r_call {
    padding-top: 30px;
}

.r_call .dl_5.clear .s_right .bt {
    line-height: 40px;
    width: 221px;
    background: url(/template/images/bt_1.png) no-repeat center left;
    min-height: 42px;
}

.r_call .dl_5.clear .s_right .bt a {
    display: inline-block;
    width: 49%;
    color: #fff;
    text-align: center;
    font-size: 17px;
}

.in_youShi {
    padding: 50px 0;
    background: #fff;
}

.in_youShi ul .en {
    color: #0076c0;
    font-weight: bold;
    font-size: 34px;
    text-transform: uppercase;
}

.in_youShi .bigTxt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 9px;
    color: #fff;
    line-height: 38px;
    padding-left: 44px;
}

.in_youShi .bigTxt p {
    margin: 0;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    margin-left: 8px;
}

.in_youShi .smallTxt {
    color: #1e1e1e;
    line-height: 235%;
    padding-left: 21px;
}

.in_youShi ul li span {
    font-weight: bold;
}

.in_youShi .box_1 {
    padding-top: 25px;
    padding-left: 468px;
}

.in_youShi .box_2 {
    padding-top: 65px;
    padding-left: 36px;
}

.in_youShi .box_3 {
    padding-left: 484px;
    padding-top: 52px;
    width: 300px;
}

.in_youShi .box_4 {
    padding-top: 78px;
    padding-left: 32px;
}

.i_dingZhi {
    padding: 60px 0;
    background: #fff;
}

.i_dingZhi .content {
    min-height: 403px;
    padding-top: 35px;
}

.i_dingZhi .content .ul_1 li {
    float: left;
    width: 205px;
    font-size: 17px;
    color: #fff;
    line-height: 130%;
    min-height: 347px;
}

.i_dingZhi .content .ul_1 li .box {
    background: url(/template/images/hei.png);
    padding-top: 240px;
}

.i_dingZhi .content .ul_1 li .box .sbox {
    background: url(/template/images/L_1.png) no-repeat left bottom;
    padding-left: 20px;
    min-height: 107px;
    background-position-x: 20px;
    background-position-y: 68px;
}

.i_dingZhi .content .ul_1.inline_width.clear li .txt_1 {
    padding-top: 13px;
    padding-bottom: 3px;
}

.i_dingZhi .content .ul_1.inline_width.clear li .txt_2 {
}

.i_dingZhi .content .ul_1 .l_1 {
    width: 297px;
    text-align: center;

    background: url(/template/images/dz_01.jpg) no-repeat center bottom;
    min-height: 160px;
    font-size: 20px;
}

.i_dingZhi .content .ul_1 .l_1 .box {
    background: none;
    padding-left: 0;
}

.i_dingZhi .content .ul_1 .l_1 .box .sbox {
    background: url(/template/images/L_2.png) no-repeat center top;
    background-color: rgba(191,1,5,0.9);
    padding-left: 0;
}

.i_dingZhi .content .ul_1.inline_width.clear li.l_1 .txt_1 {
    padding-top: 25px;
}

.i_dingZhi .content .ul_1.inline_width.clear li.l_1 .txt_2 {
    font-weight: bold;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_2 {
    background: url(/template/images/dz_02.jpg) no-repeat center bottom;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_3 {
    background: url(/template/images/dz_03.jpg) no-repeat center bottom;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_4 {
    background: url(/template/images/dz_04.jpg) no-repeat center bottom;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_5 {
    background: url(/template/images/dz_05.jpg) no-repeat center bottom;
}

.aboutShareNav {
    padding-top: 67px;
}

.aboutShareNav .dl_2 {
}

.aboutShareNav dd {
    float: left;
    width: 151px;
    text-align: center;
    margin-right: 131px;
}

.aboutShareNav dd:nth-child(5) {
    margin-right: 0;
}

.aboutShareNav a {
    display: block;
    font-size: 18px;
    line-height: 130%;
    min-height: 63px;
    padding-top: 110px;
}

.aboutShareNav dd:nth-child(1) a:hover {
    background: url(/template/images/aboutNav_01.png) no-repeat center top;
}

.aboutShareNav dd:nth-child(2) a:hover {
    background: url(/template/images/aboutNav_02.png) no-repeat center top;
}

.aboutShareNav dd:nth-child(3) a:hover {
    background: url(/template/images/aboutNav_03.png) no-repeat center top;
}

.aboutShareNav dd:nth-child(4) a:hover {
    background: url(/template/images/aboutNav_04.png) no-repeat center top;
}

.aboutShareNav dd:nth-child(5) a:hover {
    background: url(/template/images/aboutNav_05.png) no-repeat center top;
}

.liuCheng .center .ul_1.clear {
    text-align: center;
    color: #1e1e1e;
    background: url(/template/images/bj_1.png) no-repeat center top;
    padding-top: 116px;
}

.liuCheng .center .ul_1.clear li {
    float: left;
}

.liuCheng .center .ul_1.clear li .one {
    font-size: 18px;
    font-weight: bold;
}

.liuCheng .center .ul_1.clear li .two {
    font-size: 15px;
    line-height: 140%;
    padding-top: 9px;
}

.dzLiuCheng {
    min-height: 533px;
    background: url(/template/images/bj_1.jpg) no-repeat center top;
}

.dzLiuCheng .center .content {
    padding-top: 172px;
    line-height: 30px;
}

.dzLiuCheng .center .content .ul_1.clear li {
    float: left;
    color: #1e1e1e;
    font-size: 17px;
    width: 106px;
    text-align: center;
    margin-right: 31px;
}

.dzLiuCheng .center .content .two {
    text-align: center;
    padding-top: 40px;
}

.dzLiuCheng .center .content .two a {
    display: inline-block;
    line-height: 39px;
    width: 211px;
    color: #fff;
    font-size: 17px;
    text-indent: -35px;
}

.fast {
    padding: 105px 0;
    padding-bottom: 80px;
}

.fast .content ul {
    padding: 10px 0;
    border-bottom: 1px solid #80b0e1;
}

.fast .content li {
    float: left;
    padding-right: 30px;
    font-size: 16px;
}

.fast .line_1 ul {
    line-height: 34px;
    padding-bottom: 8px;
}

.fast .line_1 ul .left, .fast .line_1 ul .left a {
    font-size: 20px;
    color: #0a6ec1;
}

.fast .line_1 ul .left {
    width: 160px;
}

.fast .line_1 ul .right {
    width: 1040px;
}

.fast .line_1 ul li a {
    text-decoration: none;
}

.fast .line_1 ul dd {
    float: left;
    padding: 0px 8px;
    font-size: 17px;
    background: url(/template/images/line7.png) no-repeat center left;
    margin-bottom: 10px;
}

.fast .line_1 ul dd:nth-child(1) {
    padding-left: 0;
    background: none;
}

.fast .line_1 ul dd a {
    color: #1e1e1e;
    display: inline-block;
    line-height: 34px;
    width: 113px;
    text-align: center;
    border: 1px dotted #ccc;
    border-radius: 10px;
    padding: 0 0px;
}

.lContact {
    background: url(/template/images/leftBj.png) no-repeat;
    min-height: 93px;
    font-size: 16px;
}

.lContact .one {
    text-indent: 39px;
    padding-top: 27px;
}

.lContact .two {
    text-indent: 132px;
    padding-top: 21px;
    font-size: 16px;
}

.lContact .title {
    min-height: 69px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 69px;
}

.lContact .content {
    padding-top: 28px;
    line-height: 38px;
    padding-left: 48px;
    padding-right: 10px;
}

.lContact .three {
    text-indent: 72px;
    padding-top: 0;
    line-height: 80px;
    font-size: 28px;
    font-weight: bold;
}

.lContact .three img {
    border: 1px solid #ccc;
}

.lContact .three .txt {
    line-height: 150%;
    padding-top: 5px;
}

.line2 .center .sBox ul {
    position: absolute;
    color: #000;
}

.line2 .center .sBox .bigTxt {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
}

.line2 .center .sBox .smallTxt {
    font-size: 19px;
}

.line_3 .content ul {
    width: 47%;
}

.line_3 .content .one .dl_2 .sub_left {
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    line-height: 60px;
    width: 106px;
    text-align: center;
}

.line_3 .content .one .dl_2 .sub_right {
    width: 437px;
    padding-top: 3px;
}

.line_3 .content .one .dl_2 .sub_right .s_1 {
    font-size: 20px;
    font-weight: bold;
}

.line_3 .content .one .dl_2 .sub_right .s_2 {
    padding-top: 7px;
}

.line_3 .content .two {
    padding-top: 25px;
    line-height: 160%;
}

.line_3 .content .two .dl_3 {
    margin: 0;
    padding: 8px 0;
}

.line_3 .content .two .dl_3 .sub_right {
    width: 90%;
}

.line_3 .content .box_2 .two .dl_3 .sub_right {
    width: 89%;
}

.line_3 .content .two span {
    color: #f24510;
}

.line_3 .content .three {
    padding-top: 18px;
    padding-left: 155px;
}

.line_3 .content .three a {
    display: inline-block;
    line-height: 39px;
    width: 238px;
    text-align: center;
    color: #fff;
    text-indent: -25px;
}

.t_box {
}

.t_logo {
    min-height: 200px;
    background-color: #fff;
}

.t_logo .ul_1 {
}

.t_logo .ul_1 .left {
    color: #010101;
    padding-top: 56px;
}

.t_logo .ul_1 .left img {
    padding-right: 21px;
    vertical-align: top;
    padding-top: 0px;
}

.t_logo .ul_1 .left .txt.inline .one {
    font-size: 36px;
    font-weight: bold;
    color: #c5003d;
    padding-top: 8px;
}

.t_logo .ul_1 .left .txt.inline .one span {
    font-size: 40px;
    color: #ff6000;
    font-family: 'Impact';
    font-weight: normal;
    position: relative;
    top: 5px;
}

.t_logo .ul_1 .left .txt.inline .two {
    font-size: 12px;
    text-transform: uppercase;
    color: #969696;
    font-weight: bold;
    letter-spacing: 0;
}

.t_logo .ul_1 .right {
    color: #000;
    padding-top: 60px;
}

.t_logo .ul_1 .right .sub_left .one {
    font-size: 16px;
    line-height: 22px;
    padding-top: 2px;
    color: #494848;
    font-weight: bold;
}

.t_logo .ul_1 .right .sub_left .two {
    font-size: 28px;
    font-weight: bold;
    color: #c2043f;
}

.t_logo .ul_1 .right .sub_right {
    padding-left: 38px;
    letter-spacing: 1px;
    padding-top: 35px;
    font-size: 13px;
    text-align: center;
}

.t_search {
}

.t_search .t_searchUL {
    font-size: 16px;
    color: #474747;
    line-height: 93px;
    background: #fff;
    margin-top: -28px;
    border-radius: 13px;
    -moz-box-shadow: 1px 3px 5px #ddd;
    -webkit-box-shadow: 1px 3px 5px #ddd;
    box-shadow: 1px 3px 5px #ddd;
    position: relative;
}

.t_search .t_searchUL .left {
    padding-left: 2%;
    font-size: 15px;
}

.t_search .t_searchUL .left a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
}

.t_search .t_searchUL .left span {
    color: #ff6000;
    font-weight: bold;
}

.t_search .t_searchUL .right {
    padding-right: 2%;
}

.pro_ShareList {
}

.pro_ShareList .ul_1 {
    width: 1250px;
}

.pro_ShareList .item {
    float: left;
    min-height: 277px;
    width: 275px;
    margin-right: 16px;
    text-align: center;
    border: 1px solid #eaeaea;
    margin-bottom: 25px;
    background: #fff;
}

.in_pro .pro_ShareList .item {
    margin-bottom: 40px;
    margin-right: 12px;
}

.pro_ShareList .item:hover {
    border: 1px solid #508fd0;
}

.pro_ShareList .item a {
}

.pro_ShareList .item a p {
    display: block;
}

.pro_ShareList .item a img {
}

.pro_ShareList .item a p {
    padding-top: 3px;
    line-height: 25px;
    width: 85%;
    margin: 0 auto;
    padding-bottom: 4px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 13px;
}

.shareTitle .cn h1, .shareTitle .cn h2 {
    font-size: 33px;
    display: inline-block;
    margin: 0;
}

.pro_ShareList .item:hover .sBox {
    top: 166px;
    position: absolute;
    width: 100%;
}

.pro_ShareList .item .sBox {
    font-size: 15px;
    color: #fff;
    text-align: left;
    min-height: 120px;
    background: url(/template/images/more2.png) no-repeat center bottom;
    background-color: rgba(7,96,188,0.7);
    text-indent: 30px;
    line-height: 170%;
    background-position-y: 77px;
}

.pro_ShareList .item .sBox span {
    font-weight: bold;
}

.pro_ShareList .item:hover a p {
    position: relative;
    top: 50px;
}

.pro_ShareList .item .sBox .sOne {
    padding-top: 14px;
}

.iFangAn {
}

.iFangAn .content {
    padding-top: 47px;
}

.iFangAn .content .line_1 {
}

.iFangAn .content .line_1 .left {
    padding-top: 122px;
    padding-left: 17px;
}

.iFangAn .content .line_1 .left dd {
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #0c4eb0;
    width: 68px;
    text-align: center;
}

.iFangAn .content .line_1 .right {
    width: 805px;
    padding-top: 50px;
    line-height: 150%;
}

.iFangAn .content .line_1 .right .s1 {
    font-size: 15px;
    font-weight: bold;
    color: #0c4eb0;
    padding-left: 37px;
    letter-spacing: 0.5px;
    padding-bottom: 3px;
}

.iFangAn .content .line_1 .right .s2 {
    font-size: 23px;
    font-family: "Calibri";
    color: #ff3c00;
    font-weight: bold;
    padding-bottom: 8px;
}

.iFangAn .content .line_2 {
    padding-top: 28px;
}

.iFangAn .content .line_2 .sub_left, .iFangAn .content .line_2 .sub_right {
    min-width: 650px;
    width: 50%;
}

.youShi {
    padding: 60px 0;
    padding-bottom: 120px;
}

.youShi .content {
    padding-top: 38px;
    background: url(/template/images/ys.jpg) no-repeat center top;
    background-position-y: 38px;
    min-height: 1505px;
}

.youShi .content .line_1 {
    min-height: 267px;
}

.youShi .content .one {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-left: 15px;
}

.youShi .content .two {
    font-size: 16px;
    color: #1e1e1e;
    padding-top: 1px;
    line-height: 34px;
    letter-spacing: 1px;
}

.youShi .content .two span {
    color: #0b91b6;
    position: relative;
    top: -2px;
}

.youShi .content .one p {
    display: inline;
    font-weight: bold;
}

.youShi .content .one p span {
    font-family: "Impact";
    font-weight: normal;
    font-size: 20px;
}

.youShi .content .line_1 .box_1 {
    padding-left: 50px;
    padding-top: 0px;
}

.youShi .content .line_2 .box_2 {
    padding-top: 22px;
    padding-left: 50px;
}

.youShi .content .line_2 .box_2 .one {
    padding-bottom: 3px;
}

.youShi .content .line_2 .box_2 .two {
}

.youShi .content .line_2 {
    min-height: 280px;
}

.youShi .content .line_3 {
    min-height: 328px;
}

.youShi .content .line_3 .box_3 {
    padding-top: 67px;
    padding-left: 710px;
}

.youShi .content .line_3 .box_3 .one {
    padding-bottom: 3px;
}

.youShi .content .line_3 .box_3 .two {
}

.youShi .content .line_4 .box_4 {
    padding-top: 21px;
    padding-left: 710px;
}

.youShi .content .line_4 {
    min-height: 290px;
}

.youShi .content .line_4 .box_4 .one {
}

.youShi .content .line_4 .box_4 .two {
}

.about {
    padding: 18px 0;
    background: url(/template/images/about.jpg) no-repeat center top;
    min-height: 900px;
}

.about .content {
    padding-top: 215px;
}

.about .content .line_1,.about .content .line_1 p,.about .content .line_1 span {
    font-size: 16px;
    color: #3d3d3d;
    line-height: 180%;
}

.about .content .line_1 p {
    margin: 0;
    padding-bottom: 8px;
}

.about .content .line_1 {
    padding-bottom: 26px;
}

.f_feedback {
    min-height: 619px;
    background: url(/template/images/fb.jpg) no-repeat center top;
    padding-top: 98px;
}

.f_feedback .left {
    width: 620px;
}

.f_feedback .right {
    width: 575px;
    line-height: 210%;
    font-size: 16px;
    padding-top: 4px;
}

.f_feedback input[type="text"], .f_feedback textarea {
    text-align: left;
    border: 0;
    margin: 0;
    padding: 5px;
    width: 97.5%;
    font-size: 16px;
    background: none;
    /* border: 1px solid #e0e0e0; */
    vertical-align: middle;
}

.f_feedback input[type="text"] {
    height: 55px;
    margin-bottom: 19px;
    line-height: 55px;
    text-indent: 10px;
}

.f_feedback textarea {
    height: 55px;
    margin-bottom: 19px;
    line-height: 55px;
    text-indent: 10px;
}

.f_feedback input.bt_1, .f_feedback input.bt_2 {
    text-align: center;
    width: 137px;
    line-height: 35px;
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    vertical-align: middle;
    padding: 0;
    display: inline-block;
    height: 35px;
    border: 0;
}

.f_feedback input.bt_1 {
    line-height: 45px;
    height: 45px;
    font-size: 17px;
    font-weight: bold;
    width: 100%;
    background: none;
    width: 207px;
}

.f_feedback .shareTitle {
    background: none;
}

.f_feedback .ul_1 .left .sub_left {
    width: 390px;
}

.f_feedback .left .bt {
    padding-top: 3px;
}

.f_feedback .right .sTitle .one span {
    color: #c5184d;
}

.in_pro {
    padding: 90px 0;
}

.in_pro .left {
    width: 299px;
}

.in_pro .right {
    width: 970px;
}

.shareRightSmallNav {
    padding-top: 18px;
}

.shareRightSmallNav .ul_1 {
}

.shareRightSmallNav .ul_1 li {
    width: 210px;
    text-align: center;
    float: left;
    line-height: 44px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.shareRightSmallNav .ul_1 li a {
    display: block;
    font-size: 16px;
    background: url(/template/images/newNav.png) no-repeat center left;
    font-weight: bold;
}

.shareRightSmallNav .ul_1 li a.subCurrentNav, .shareRightSmallNav .ul_1 li a:hover {
    color: #fff;
    background: url(/template/images/newNavH.png) no-repeat center left;
    font-weight: bold;
}

.shareRightTitle {
    min-height: 86px;
    background: #f7fbfe;
}

.shareRightTitle .sub_left {
    border-left: 2px solid #0261c3;
    padding-left: 10px;
}

.shareRightTitle .sub_right {
}

.shareRightTitle .dl_2 {
    padding: 22px 32px;
    width: 953px;
}

.shareRightTitle .txt_1 {
    font-size: 20px;
    font-weight: bold;
    color: #0261c3;
    margin: 0;
    padding: 0;
}

.shareRightTitle .txt_2 {
    font-size: 15px;
}

.shareRightTitle .sub_right img {
    display: block;
    position: relative;
    top: 6px;
}

.in_pro .list {
    padding-top: 35px;
    width: 900px;
    overflow: hidden;
}

.in_pro .list ul.clear {
    width: 950px;
}

.in_pro .list .item {
    float: left;
    min-height: 338px;
    width: 285px;
    margin-right: 20px;
    background: url(/template/images/pro_bj.png) no-repeat;
    text-align: center;
    padding-top: 8px;
}

.in_pro .list .item:hover {
    background: url(/template/images/pro_hbj.png) no-repeat;
}

.in_pro .list .item a {
    display: block;
    text-align: center;
    color: #666;
    font-size: 17px;
}

.in_pro .list .item a p, .in_pro .list .item a span {
    display: block;
}

.in_pro .list .item a img {
}

.in_pro .list .item a p {
    margin: 0;
    padding-top: 5px;
}

.typeNav {
    width: 299px;
    background: #fff;
}

.left_Title {
    width: 299px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    height: 131px;
    background: url(/template/images/proTitle.jpg) no-repeat center top;
    line-height: 190%;
}

.left_Title .box {
    display: inline-block;
    padding-left: 107px;
    padding-top: 2px;
}

.left_Title .cn {
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.left_Title .en {
    font-size: 20px;
    text-transform: uppercase;
}

.typeNav .content {
    background: #fff;
    font-size: 16px;
    border-left: 2px solid #faf0bc;
    border-right: 2px solid #faf0bc;
    padding-bottom: 15px;
    padding-top: 13px;
}

.typeNav .left_bottom {
    border-bottom: 20px solid #bb043d;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.typeNav .content .ul_1 {
    /* width:80%; */
    /* margin:0 10%; */
}

.typeNav .content a {
    display: block;
}

.typeNav .content .oneNav {
    padding: 18px 0;
    border-top: 1px dashed #ddd;
}

.typeNav .content .oneNav a {
    text-align: center;
}

.typeNav .content .oneNav a.currentNew, .typeNav .content .oneNav a:hover {
}

.typeNav .content .oneNav a span {
    display: block;
}

.typeNav .content .oneNav a .en {
    text-transform: uppercase;
    color: #f0f0f0;
    font-size: 22px;
    font-family: Arial;
    padding-bottom: 1px;
    font-family: Impact;
}

.typeNav .content .oneNav a .cn {
    font-weight: bold;
    font-size: 23px;
    color: #243665;
    background: url(/template/images/dot6.png) no-repeat center left;
    letter-spacing: 1px;
    background-position-x: 83px;
    text-align: left;
    text-indent: 109px;
}

.typeNav .content .bigNav {
    padding-top: 15px;
    margin-bottom: 13px;
}

.typeNav .content .bigNav a {
    background: url(/template/images/l_nav.png) no-repeat center bottom;
    text-align: center;
}

.typeNav .content .bigNav a.currentNew, .typeNav .content .bigNav a:hover {
}

.typeNav .content .bigNav a span {
    display: block;
}

.typeNav .content .bigNav a .en {
    text-transform: uppercase;
    color: #eee;
    font-size: 15px;
    font-family: Arial;
    padding-bottom: 3px;
}

.typeNav .content .bigNav a .cn {
    font-weight: bold;
    font-size: 19px;
    color: #bb043d;
    text-indent: 15px;
    padding-bottom: 11px;
}

.typeNav .content .smallNav {
}

.typeNav .content .smallNav a {
    font-size: 16px;
    line-height: 32px;
    color: #1e1e1e;
    margin-left: 49px;
    display: inline-block;
    padding: 0 30px;
}

.typeNav .content .smallNav a.currentNav, .typeNav .content .smallNav.lastStyle a.currentNav, .typeNav .content .smallNav a:hover, .typeNav .content .smallNav.lastStyle a:hover {
    color: #fff;
    background-color: #c5003d;
    border-radius: 50px;
    padding-right: 50px;
}

.typeNav .content .smallNav.lastStyle {
}

.shareRightSmallNav .ul_1 li:nth-child(4), .shareRightSmallNav .ul_1 li:nth-child(8), .shareRightSmallNav .ul_1 li:nth-child(12), .shareRightSmallNav .ul_1 li:nth-child(16), .shareRightSmallNav .ul_1 li:nth-child(20), .shareRightSmallNav .ul_1 li:nth-child(24) {
    margin-right: 0;
}

.in_pro .pro_ShareList .ul_1 {
    width: auto;
}

.in_pro .pro_ShareList {
}

.in_pro .pro_ShareList .item:nth-child(3), .in_pro .pro_ShareList .item:nth-child(6), .in_pro .pro_ShareList .item:nth-child(9), .in_pro .pro_ShareList .item:nth-child(12), .in_pro .pro_ShareList .item:nth-child(15),.in_pro .pro_ShareList .item:nth-child(18),.in_pro .pro_ShareList .item:nth-child(21) {
    margin-right: 0;
}

.xgBox {
    padding: 0 25px;
    padding-top: 79px;
}

.xgBox .title {
    border-bottom: 1px solid #d4d4d4;
    line-height: 52px;
}

.xgBox .title .sub_left {
    font-size: 18px;
    color: #000;
    background: url(/template/images/xgIco.png) no-repeat center left;
    padding-left: 38px;
    background-position-x: 5px;
}

.xgBox .title .sub_right {
}

.xgBox .title .sub_right a {
    color: #888;
}

.xgNew {
    padding: 5px 0;
}

.xgNew li {
    margin-right: 6%;
    float: left;
    text-align: center;
    width: 47%;
    font-size: 16px;
    padding: 6px 0;
    color: #888;
}

.xgNew li:nth-child(2),.xgNew li:nth-child(4) {
    margin-right: 0;
}

.xgNew li:hover, .xgNew li:hover a {
    color: #0261c3;
}

.xgNew li .s2 {
    font-size: 13px;
    color: #8c8c8c;
    line-height: 50px;
    padding: 0 11px;
    padding-top: 2px;
}

.xgNew li .s1 img {
    display: block;
    width: 280px;
    height: 157px;
}

.xgNew li .s3 {
    font-size: 15px;
    color: #717171;
    line-height: 150%;
    padding: 0 11px;
}

.xgNew li .s4 {
    padding-top: 8px;
}

.xgNew li .s4 a {
    display: block;
    background: url(/template/images/bt_1.png) no-repeat center top;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    min-height: 46px;
    padding-top: 5px;
}

.xgNew li .s2 a {
    color: #0059b4;
    font-weight: bold;
    font-size: 15px;
}

.xgNew li .s2 a:hover {
    color: #0059b4;
}

.xgNew li .s2 .sub_left {
    width: 70%;
}

.inYouShi {
    padding: 92px 0;
    padding-bottom: 7px;
}

.inYouShi .shareTitle {
    background: url(/template/images/iys_01.png) no-repeat center top;
    min-height: 108px;
}

.inYouShi .shareTitle .cn {
    color: #0057b0;
}

.inYouShi .shareTitle .one {
    font-size: 16px;
    color: #fff;
    padding-top: 4px;
}

.inYouShi .sC {
    padding-top: 61px;
}

.inYouShi .sC .line_1 {
    background: url(/template/images/iys_02.png) no-repeat center top;
    min-height: 267px;
}

.inYouShi .sC .one {
    color: #082db2;
    font-size: 19px;
    padding-left: 36px;
}

.inYouShi .sC .two {
    font-size: 16px;
    color: #1e1e1e;
    padding-top: 14px;
    line-height: 42px;
    letter-spacing: 1px;
}

.inYouShi .sC .two span {
    color: #ff4e00;
}

.inYouShi .sC .one p {
    display: inline;
    font-weight: bold;
}

.inYouShi .sC .one p span {
    font-family: "Impact";
    font-weight: normal;
    font-size: 20px;
}

.inYouShi .sC .line_1 .box_1 {
    padding-top: 63px;
    padding-left: 150px;
}

.inYouShi .sC .line_2 .box_2 {
    padding-left: 854px;
    padding-top: 137px;
}

.inYouShi .sC .line_2 .box_2 .one {
    padding-left: 90px;
}

.inYouShi .sC .line_2 .box_2 .two {
    padding-top: 25px;
    line-height: 35px;
}

.inYouShi .sC .line_2 {
    background: url(/template/images/iys_03.png) no-repeat center top;
    min-height: 413px;
    background-position-y: 95px;
}

.inYouShi .sC .line_3 {
    background: url(/template/images/iys_04.png) no-repeat center top;
    min-height: 395px;
    background-position-y: 85px;
}

.inYouShi .sC .line_3 .box_3 {
    padding-top: 122px;
    padding-left: 111px;
}

.inYouShi .sC .line_3 .box_3 .one {
    padding-left: 65px;
}

.inYouShi .sC .line_3 .box_3 .two {
    line-height: 35px;
    padding-top: 19px;
}

.inYouShi .sC .line_4 .box_4 {
    padding-left: 902px;
    padding-top: 53px;
}

.inYouShi .sC .line_4 {
    background: url(/template/images/iys_05.png) no-repeat center top;
    min-height: 350px;
    background-position-y: 14px;
}

.inYouShi .sC .line_4 .box_4 .one {
    padding-left: 54px;
}

.inYouShi .sC .line_4 .box_4 .two {
    line-height: 35px;
    padding-top: 17px;
}

.lContact2 {
    background: url(/template/images/l_contact2.jpg) no-repeat center bottom;
    font-size: 17px;
    color: #002886;
    min-height: 359px;
    padding-top: 28px;
    line-height: 160%;
}

.lContact2 .title {
    min-height: 69px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 69px;
}

.lContact2 .content {
    padding-top: 28px;
    line-height: 38px;
    padding-left: 48px;
    padding-right: 10px;
}

.lContact2 .three {
    text-indent: 120px;
    padding-top: 0;
    line-height: 130%;
    font-size: 16px;
}

.lContact2 .three img {
    border: 1px solid #ccc;
}

.lContact2 .three .txt {
    line-height: 150%;
    padding-top: 5px;
}

.lContact2 .one {
    text-indent: 39px;
    padding-top: 34px;
}

.lContact2 .two {
    text-indent: 132px;
    padding-top: 2px;
    font-size: 16px;
}

.shareNewRTitle {
}

.shareNewRTitle h1, .shareNewRTitle h2 {
    line-height: 38px;
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-indent: 33px;
    color: #0b91b6;
    background: url(/template/images/newIco.png) no-repeat center left;
}

.shareNewRTitle .sub_right a {
    font-size: 14px;
    color: #0261c3;
    display: inline-block;
    padding-left: 20px;
    background: url(/template/images/ico.png) no-repeat center left;
    padding-right: 21px;
}

.in_new .center .ul_1.clear {
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_3 .txtBottom {
    text-align: center;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_4 {
    line-height: 220%;
    padding: 13px 0;
    color: #666;
    font-size: 16px;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_4 span {
    color: #475e99;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_4 .s1 {
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_4 .s2 {
}

.aboutShareNav a .en {
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    transform: scale(0.8);
}

.aboutShareNav a span {
    display: block;
}

.aboutShareNav a:hover span {
    color: #0261c3;
}

.aboutShareNav dd:nth-child(2) {
    margin-right: 136px;
    width: 140px;
}

.aboutShareNav dd:nth-child(3) {
    margin-right: 138px;
    width: 140px;
}

.aboutShareNav dd:nth-child(4) {
    margin-right: 109px;
}

.fengCai .content {
    padding-top: 50px;
}

.fengCai .content .dl_1.clear .sub_left {
    width: 263px;
}

.fengCai .content .dl_1.clear .sub_left a {
    display: block;
    min-height: 150px;
    color: #0057b0;
    padding-left: 106px;
    cursor: pointer;
    margin-bottom: 8px;
}

.fengCai .content .dl_1.clear .sub_left a:hover {
    color: #fff;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(1) {
    background: url(/template/images/fcTab_01.png) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(2) {
    background: url(/template/images/fcTab_02.png) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(3) {
    background: url(/template/images/fcTab_03.png) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(1):hover {
    background: url(/template/images/fcTabH_01.png) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(2):hover {
    background: url(/template/images/fcTabH_02.png) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(3):hover {
    background: url(/template/images/fcTabH_03.png) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a .cn {
    display: block;
    font-size: 20px;
    padding-top: 54px;
}

.fengCai .content .dl_1.clear .sub_left a .en {
    font-size: 12px;
    transform: scale(0.5);
    text-transform: uppercase;
    transform-origin: 0;
}

.fengCai .content .dl_1.clear .sub_right fcList {
    width: 930px;
    height: 465px;
}

.xgNew2 {
    padding: 26px 0;
}

.xgNew2 li {
    margin-right: 20px;
    float: left;
    width: 280px;
    font-size: 16px;
    color: #888;
    background-color: #fff;
    margin-bottom: 25px;
}

.xgNew2 li:nth-child(3),.xgNew2 li:nth-child(6) {
    margin-right: 0;
}

.xgNew2 li:hover, .xgNew2 li:hover a {
    color: #0261c3;
}

.xgNew2 li .s2 {
    font-size: 13px;
    color: #8c8c8c;
    line-height: 45px;
    padding-top: 2px;
    padding: 0 15px;
}

.xgNew2 li .s1 img {
    display: block;
    width: 280px;
    height: 157px;
}

.xgNew2 li .s3 {
    font-size: 15px;
    color: #717171;
    line-height: 150%;
    padding: 0 15px;
    padding-bottom: 15px;
}

.xgNew2 li .s4 {
    padding-top: 8px;
}

.xgNew2 li .s4 a {
    display: block;
    background: url(/template/images/bt_1.png) no-repeat center top;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    min-height: 46px;
    padding-top: 5px;
}

.xgNew2 li .s2 a {
    font-weight: bold;
    font-size: 18px;
}

.xgNew2 li .s2 a:hover {
    color: #0059b4;
}

.xgNew2 li .s2 .sub_left {
    width: 100%;
}

.t_wel .right a {
    padding-left: 18px;
    margin: 0 5px;
    display: inline-block;
}

.t_wel .right a.first {
    position: relative;
}

.t_wel .right a.first .wap_ewm {
    position: absolute;
    left: -33px;
    top: 15px;
    width: 160px;
    min-height: 174px;
    background: url(/template/images/bj_ewm.png) no-repeat bottom left;
    padding-top: 19px;
    /* display: none; */
    background-position-y: 19px;
}

.t_wel .right a.first .wap_ewm img {
    padding-top: 20px;
    padding-left: 6px;
}

.t_wel .right a:nth-child(1) {
    background: url(/template/images/ico_01.png) no-repeat center left;
    padding-left: 17px;
}

.t_wel .right a:nth-child(2) {
    background: url(/template/images/ico_02.png) no-repeat center left;
}

.t_wel .right a:nth-child(3) {
    background: url(/template/images/ico_03.png) no-repeat center left;
    padding-left: 19px;
}

.t_wel .right a:nth-child(4) {
    background: url(/template/images/ico_04.png) no-repeat center left;
    margin-right: 0;
}

.t_logo .ul_1 .left .txt {
    color: #0382a5;
    letter-spacing: 2px;
}

.t_logo .ul_1 .right .sub_left {
    line-height: 210%;
    padding-left: 65px;
    background: url(/template/images/tel.png) no-repeat center left;
    min-height: 73px;
}

.t_logo .ul_1 .right .sub_right .one {
    background: url(/template/images/kuang.png) no-repeat center;
    padding: 10px;
}

.pro .content {
    padding-top: 58px;
}

.pro .content .ul_1 {
    line-height: 48px;
    font-size: 15px;
    margin-bottom: 2px;
}

.pro .center .content .ul_1 .left {
    width: 245px;
}

.pro .center .content .ul_1 .right {
    width: 907px;
}

.pro .content .ul_1 .right .rBox a {
    width: 108px;
    border: 1px solid #e5e5e5;
    float: left;
    margin-right: 12px;
    border-radius: 3px;
    background: url(/template/images/ico2.png) no-repeat center left;
    background-position-x: 15px;
    text-indent: 33px;
    margin-bottom: 7px;
}

.pro .content .ul_1 .right .rBox a.last {
    background: url(/template/images/ico2H.png) no-repeat center left;
    background-position-x: 15px;
    color: #f77547;
}

.pro .content .ul_1 .right .rBox a:nth-child(10) {
    margin-right: 0;
}

.pro .content .ul_1 .right .rBox a:hover {
    border: 1px solid #faa384;
    font-weight: bold;
    color: #f55319;
    background: url(/template/images/ico2H.png) no-repeat center left;
    background-position-x: 15px;
    -moz-box-shadow: 0 0 5px #ffb094;
    -webkit-box-shadow: 0 0 5px #ffb094;
    box-shadow: 0 0 5px #ffb094;
}

.shareProBox .item {
    float: left;
    width: 295px;
    margin-right: 13px;
    margin-bottom: 23px;
    text-align: center;
    background: #fff;
    min-height: 306px;
    padding: 9px;
    border: 1px solid #eee;
    padding-bottom: 12px;
}

.in_pro .shareProBox .item {
}

.shareProBox .item:hover {
    border: 1px solid #d30647;
}

.iPro .shareProBox .item:nth-child(4), .iPro .shareProBox .item:nth-child(8), .iPro .shareProBox .item:nth-child(12), .iPro .shareProBox .item:nth-child(16), .iPro .shareProBox .item:nth-child(20), .iPro .shareProBox .item:nth-child(24) {
    margin-right: 0;
}

.shareProBox .item .hdBox {
    width: 295px;

    height: 295px;
    overflow: hidden;
}

.shareProBox .item img {
    width: 295px;
    height: 295px;
    display: block;
    cursor: pointer;
    transition: all 0.4s;
}

.shareProBox .item img:hover {
    transform: scale(1.05);
}

.shareProBox .item .proName {
    display: block;
    line-height: 180%;
    font-size: 18px;
    color: #444;
    padding: 2px 0;
    padding-bottom: 8px;
}

.shareProBox .item:hover a .proName {
    color: #d30647;
    font-weight: bold;
}

.typeNav_2 .bigNav span {
    display: block;
}

.typeNav_2 .bigNav .cn {
    font-size: 25px;
    font-weight: bold;
}

.typeNav_2 .bigNav .en {
    font-size: 14px;
    text-transform: uppercase;
}

.typeNav_2 .sContent .subBox {
    border-left: 1px solid #fceb8b;
    border-right: 1px solid #fceb8b;
    background-color: #fffdf8;
    padding: 13px 0;
    padding-bottom: 30px;
}

.youShi .content .en {
    font-size: 19px;
    color: #0b91b6;
    text-transform: uppercase;
    filter: alpha(Opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.2;
    padding: 5px 0;
    letter-spacing: 1px;
}

.youShi .content .one img {
    vertical-align: middle;
    margin-right: 13px;
    padding-bottom: 10px;
}

.youShi .content .three {
    font-size: 18px;
    padding-top: 106px;
}

.youShi .content .three dd:nth-child(1) {
    padding-left: 19px;
    padding-right: 43px;
}

.youShi .content .three dd:nth-child(2) {
}

.youShi .content .three dd:nth-child(3) {
    padding-left: 54px;
}

.youShi .content .line_5 {
}

.youShi .content .line_5 .box_5 {
    padding-top: 70px;
    padding-left: 48px;
}

.iFangAn .content .line_1 li {
    float: left;
    width: 215px;
    margin-right: 2px;
    margin-bottom: 2px;
    background-color: rgba(11,145,182,0.1);
}

.iFangAn .content .line_1 li:hover {
    background-color: #ffd920;
}

.iFangAn .content .line_1 a {
    line-height: 75px;
    font-size: 17px;
    font-weight: bold;
    text-indent: 33px;
}

.iFangAn .content .line_1 li:nth-child(6),.iFangAn .content .line_1 li:nth-child(12),.iFangAn .content .line_1 li:nth-child(18) {
    margin-right: 0;
}

.iFangAn .content .line_2 .sub_left img {
    display: block;
}

.iFangAn .content .line_2 .sub_right dd {
    float: left;
}

.iFangAn .content .line_2 .sub_right .l_1 {
    width: 93px;
    border-right: 1px solid #000;
    min-height: 101px;
}

.iFangAn .content .line_2 .sub_right .l_2 {
    font-size: 18px;
    width: 500px;
    padding-left: 30px;
}

.iFangAn .content .line_2 .sub_right .l_2 .s1 {
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 20px;
}

.iFangAn .content .line_2 .sub_right .l_2 .s2 {
    line-height: 180%;
}

.iFangAn .content .line_2 .sub_right dl {
    padding: 26px;
    min-height: 101px;
}

.iFangAn .content .line_2 .sub_right .dl_3,.iFangAn .content .line_2 .sub_right .dl_5 {
    background-color: #f1f1f1;
}

.iFangAn .content .line_2 .sub_right .dl_4 {
    background-color: #fff;
}

.iFangAn .content .line_2 .sub_right .dl_3 .l_1 {
    background: url(/template/images/f_ico_01.png) no-repeat center left;
    background-position-x: 17px;
}

.iFangAn .content .line_2 .sub_right {
    position: relative;
}

.iFangAn .content .line_2 .sub_right .dl_4 .l_1 {
    background: url(/template/images/f_ico_02.png) no-repeat center left;
    background-position-x: 17px;
}

.iFangAn .content .line_2 .sub_right .dl_5 .l_1 {
    background: url(/template/images/f_ico_03.png) no-repeat center left;
    background-position-x: 17px;
}

.iFangAn .content .line_2 .sub_right .sRbox {
    position: relative;
    z-index: 30;
    padding-left: 19px;
    margin-left: -19px;
}

.iFangAn .content .line_2 .sub_right .sRbox:hover {
    background: url(/template/images/jiao10.png) no-repeat center left;
}

.iFangAn .content .line_2 .sub_right .sRbox:hover dl {
    background-color: #ffd728;
}

.iFangAn .content .line_2 .sub_right .sRbox:hover .l_1 {
    border-right: 1px solid #e3be1a;
}

.about .shareTitle .cn .sBox {
    border: 0;
    padding-bottom: 1px;
}

.about .shareTitle .cn {
    margin-bottom: 0;
    padding-bottom: 0;
}

.f_feedback .left .one {
    font-size: 32px;
    font-weight: bold;
    color: #dedede;
    text-transform: uppercase;
}

.f_feedback .left .two {
    font-size: 22px;
}

.f_feedback .left .three {
    padding-top: 19px;
    padding-left: 65px;
}

.f_nav {
    position: relative;
    min-height: 144px;
    padding-top: 39px;
}

.f_nav .box {
    position: absolute;
    width: 1300px;
    padding-top: 2px;
}

.f_nav a {
    text-decoration: none;
    text-align: center;
    color: #000;
    line-height: 130%;
    letter-spacing: 1px;
    min-height: 131px;
    display: block;
}

.f_nav a span {
    display: block;
}

.f_nav a .en {
    margin: 0;
    padding: 0;
    color: #aaa;
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.85);
    letter-spacing: 0;
}

.f_nav li:nth-child(1) a {
    width: 127px;
    background: url(/template/images/nav_01.png) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(2) a {
    width: 197px;
    background: url(/template/images/nav_02.png) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(3) a {
    width: 178px;
    background: url(/template/images/nav_03.png) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(4) a {
    width: 189px;
    background: url(/template/images/nav_04.png) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(5) a {
    width: 169px;
    background: url(/template/images/nav_05.png) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(6) a {
    width: 158px;
    background: url(/template/images/nav_06.png) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(7) a {
    width: 152px;
    background: url(/template/images/nav_07.png) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(8) a {
    width: 130px;
    background: url(/template/images/nav_08.png) no-repeat center top;
    background-position-y: 16px;
}

.f_nav a:hover .en {
}

.f_nav a .cn {
    font-size: 18px;
    padding-top: 62px;
}

.f_nav li {
    float: left;
    background: url(/template/images/navLine.png) no-repeat center right;
    background-position-y: 57px;
}

.t_logo .ul_1 .left h3 {
    display: inline;
    margin: 0;
    padding: 0;
}

.typeNav_2 .sContent .smallNav a h4 {
    margin: 0;
    padding: 0;
}

.pageNumber input {
    width: 63px;
    line-height: 34px;
    height: 34px;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

.pageNumber input[type="button"] {
    line-height: 38px;
    height: 38px;
}

.rTitleBox {
    background: url(/template/images/newTitleBj.png) repeat-y;
    padding: 15px 30px;
    border: 1px solid;
    border-image: -webkit-linear-gradient(#f1bc55, #fff799) 30 30;
    border-image: -moz-linear-gradient(#f1bc55, #fff799) 30 30;
    border-image: linear-gradient(#f1bc55, #fff799) 30 30;
    margin-bottom: 30px;
}

.xgProBox {
}

.xgProBox dd {
    float: left;
    width: 287px;
    margin-right: 17px;
}

.xgProBox dd .s1 {
}

.xgProBox dd .s1 img {
    padding: 6px;
    border: 1px solid #eee;
    background: #fff;
}

.xgProBox dd:nth-child(3) {
    margin-right: 0;
}

.xgProBox dd .s2 {
    font-size: 17px;
    text-align: center;
    line-height: 38px;
    padding-bottom: 8px;
}

.xgProBox dd .s3 {
}

.xgProBox dd .s3 a {
    display: inline-block;
    width: 138px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    background-color: #0c90b6;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
}

.xgProBox dd .s3 a:nth-child(1) {
    background: url(/template/images/btBj.png) no-repeat center;
    margin-right: 6px;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_2 .two a {
    color: #0b91b6;
    background: url(/template/images/goBack.png) no-repeat center right;
    padding-right: 28px;
}

.newShow .right .newBox .line_3 .subTitle {
    font-size: 19px;
    font-weight: bold;
    padding-left: 26px;
    background: url(/template/images/sdIco.png) no-repeat center left;
    line-height: 38px;
    margin-bottom: 10px;
}

.newShow .right .newBox .line_3 .subContent {
    margin-bottom: 20px;
}

.newShow .right .newBox .line_3 .subContent table,.newShow .right .newBox .line_3 .subContent td {
    border: 0 !important;
}

.share_xg .xgProBox {
}

.share_xg .xgProBox dd {
    margin-right: 28px;
}

.in_about {
    padding: 90px 0;
    padding-bottom: 130px;
}

.in_about .part_1 {
}

.in_about .part_1 .sContent {
    background: url(/template/images/about_1.jpg) no-repeat center top;
    min-height: 526px;
    padding-top: 55px;
    background-position-y: 55px;
}

.in_about .part_1 .sContent .l_1 {
    font-size: 25px;
    line-height: 70px;
    padding-top: 49px;
    padding-left: 155px;
    width: 459px;
}

.in_about .part_1 .sContent .l_2 {
    padding-left: 185px;
    width: 150px;
    text-align: center;
    font-size: 20px;
    padding-top: 168px;
    line-height: 190%;
}

.in_about .part_1 .sContent .l_3 {
    padding-right: 96px;
    width: 187px;
    text-align: center;
    font-size: 20px;
    padding-top: 168px;
    line-height: 190%;
}

.in_about .part_1 .sContent .l_1 span {
    font-weight: bold;
}

.in_about .part_3 {
    padding: 100px 0;
    padding-bottom: 70px;
}

.in_about .part_3 .sContent {
    min-height: 498px;
    background: url(/template/images/about_02.jpg) no-repeat center top;
    padding-top: 55px;
    background-position-y: 55px;
}

.in_about .part_5 .sContent {
    min-height: 528px;
    background: url(/template/images/about_04.jpg) no-repeat center top;
    background-color: #fff;
    padding: 50px 0;
    background-position-y: 25px;
}

.t_nav {
    position: relative;
    border-top: 8px solid #c1043f;
    background-color: #243665;
}

.t_nav .box {
}

.t_nav a {
    float: left;
    text-decoration: none;
    text-align: center;
    color: #fff;
    line-height: 130%;
    letter-spacing: 1px;
    border-right: 1px dotted #6b748b;
    width: 108px;
    min-height: 98px;
}

.t_nav a span {
    display: block;
}

.t_nav a .en {
    margin: 0;
    padding: 0;
    font-size: 12px;
    transform: scale(0.8);
    letter-spacing: 0;
    color: #dadfe9;
}

.t_nav a:nth-child(1) {
}

.t_nav a:nth-child(2) {
    width: 166px;
}

.t_nav a:nth-child(3) {
    width: 150px;
}

.t_nav a:nth-child(4) {
    width: 183px;
}

.t_nav a:nth-child(5) {
    width: 143px;
}

.t_nav a:nth-child(6) {
    width: 180px;
}

.t_nav a:nth-child(7) {
    width: 140px;
}

.t_nav a:nth-child(8) {
    width: 113px;
}

.t_nav a:nth-child(1):hover, .t_nav a:nth-child(8):hover, .t_nav a:nth-child(9):hover {
    background: url(/template/images/navH_01.png) no-repeat center top;
    background-size: 93% 95%;
}

.t_nav a:hover .en {
}

.t_nav a .cn {
    font-size: 17px;
    font-weight: bold;
    padding-top: 31px;
    padding-bottom: 1px;
}

.t_nav a:hover {
    background: url(/template/images/navH_02.png) no-repeat center top;
    background-size: 95% 95%;
}

.t_nav a:nth-child(9) {
    border-right: 0;
}

.why {
    background: url(/template/images/why.jpg) no-repeat center top;
    padding-top: 182px;
    min-height: 603px;
    margin-top: -66px;
}

.why .title .one {
    color: #243665;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0;
    padding-bottom: 1px;
}

.why .title .one span {
    color: #c1043f;
}

.why .title {
    text-align: center;
    line-height: 250%;
    padding-left: 98px;
}

.why .title .two {
    font-size: 16px;
    padding-top: 14px;
    padding-left: 98px;
}

.why .title .two span {
    font-family: "Impact";
    font-size: 21px;
    color: #0057b0;
    position: relative;
    top: 2px;
    letter-spacing: 1px;
}

.why .title .two a {
    position: relative;
    top: 6px;
}

.why .content {
    padding-top: 35px;
    font-size: 19px;
    line-height: 53px;
}

.why .content .one {
    position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    min-height: 490px;
}

.why .content .one p {
    margin: 0;
    position: absolute;
}

.why .content .one p:nth-child(1) {
    position: absolute;
    top: 133px;
    left: 277px;
}

.why .content .one p:nth-child(2) {
    position: absolute;
    top: 134px;
    left: 761px;
}

.why .content .one p:nth-child(3) {
    position: absolute;
    top: 262px;
    left: 160px;
}

.why .content .one p:nth-child(4) {
    position: absolute;
    top: 273px;
    left: 889px;
}

.why .content .one p:nth-child(5) {
    position: absolute;
    top: 408px;
    left: 176px;
}

.why .content .one p:nth-child(6) {
    position: absolute;
    top: 417px;
    left: 866px;
}

.why .content .two {
    text-align: center;
    line-height: 175%;
    text-indent: 2px;
}

.why .content .two .s1 {
    font-size: 20px;
    color: #0057b0;
    padding-top: 12px;
    text-indent: 4px;
}

.why .content .two .s2 {
    font-size: 16px;
    text-indent: 10px;
}

.why .content .two .s2 span {
    font-weight: bold;
}

.why .title .en {
    font-size: 15px;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 1px;
}

.why .content .sub_left {
    text-align: right;
    width: 520px;
}

.why .content .sub_right {
    width: 520px;
    padding-top: 4px;
    line-height: 52px;
}

.why .content .sub_left .s1 {
    padding-right: 80px;
}

.why .content .sub_left .s2 {
    padding-right: 130px;
}

.why .content .sub_left .s3 {
    padding: 43px 0;
    padding-right: 98px;
}

.why .content .sub_right .s4 {
    padding-left: 103px;
}

.why .content .sub_right .s5 {
    padding: 38px 0;
    padding-left: 132px;
}

.why .content .sub_right .s6 {
    padding: 36px 0;
    padding-left: 103px;
}

.why .content .ul_2 div {
    padding: 35px 0;
}

.shareTitle {
    text-align: center;
    letter-spacing: 1px;
}

.shareTitle .en {
    font-size: 13px;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 0.5px;
    line-height: 23px;
}

.shareTitle .cn {
    color: #243665;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0;
    padding-bottom: 5px;
}

.shareTitle span {
    color: #c1043f;
}

.shareTitle .one {
    font-size: 18px;
    color: #000;
}

.shareTitle .one span {
    color: #e95311;
}

.shareTitle .cn .sBox {
    display: inline-block;
    border-bottom: 1px dashed #87cde0;
    padding: 0 10px;
    padding-bottom: 5px;
}

.shareTitle2 {
    background: url(/template/images/title2.png) no-repeat center top;
    text-align: center;
    letter-spacing: 1px;
}

.shareTitle2 .en {
    color: #0b91b6;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: bold;
    filter: alpha(Opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.2;
}

.shareTitle2 .cn {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    padding-top: 50px;
    line-height: 73px;
    margin-bottom: 15px;
}

.shareTitle2 span {
    color: #0b91b6;
}

.shareTitle2 .one {
    font-size: 21px;
    color: #000;
    letter-spacing: 2px;
}

.shareTitle2 .one span {
    color: #e95311;
}

.shareTitle2 .cn .sBox {
    display: inline-block;
    border-bottom: 1px dashed #87cde0;
    padding: 0 10px;
    padding-bottom: 5px;
}

.iPro {
    padding: 45px 0;
}

.iPro .center .content {
    padding-top: 39px;
}

.shareTitle2 .cn h1 {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 25px;
}

.iPro .content .line_1 {
}

.iPro .content .line_1 li {
    float: left;
    margin-right: 16px;
    padding-bottom: 20px;
}

.iPro .content .line_1 .l_1 {
    width: 665px;
    background: url(/template/images/yy_01.png) no-repeat center bottom;
}

.iPro .content .line_1 .l_2 {
    width: 373px;
    background: url(/template/images/yy_02.png) no-repeat center bottom;
}

.iPro .content .line_1 .l_3 {
    width: 230px;
    margin-right: 0;
    background: url(/template/images/yy_03.png) no-repeat center bottom;
}

.iPro .content .line_1 .sTitle {
    background: url(/template/images/title3.png) no-repeat bottom left;
    padding-left: 31px;
    padding-bottom: 11px;
}

.iPro .content .line_1 .sTitle .en {
    font-size: 17px;
    text-transform: uppercase;
    color: #eee;
}

.iPro .content .line_1 .sTitle .cn {
    color: #bb043d;
    font-size: 19px;
    font-weight: bold;
}

.iPro .content .line_1 .sContent {
    padding-top: 12px;
}

.iPro .content .line_1 .sContent a {
    float: left;
    padding-left: 17px;
    margin-right: 8px;
    line-height: 35px;
    background: url(/template/images/proIco.png) no-repeat center left;
    font-size: 16px;
    min-width: 130px;
}

.iPro .content .line_1 li .box {
    -moz-box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 0px 1px 5px #ccc;
    border-radius: 10px;
    padding: 18px 21px;
    background-color: #fff;
}

.iPro .content .line_2 {
    padding-top: 18px;
}

.shareProBox .item .proLink {
    line-height: 41px;
    background: url(/template/images/proBt.png) no-repeat center;
}

.shareProBox .item .proLink a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    width: 49%;
    text-align: center;
}

.shareTitle .txtBox {
    background: url(/template/images/title5.png) no-repeat center left;
    padding-left: 70px;
    display: inline-block;
}

.shareTitle .cn img {
    vertical-align: bottom;
}

.youShi .content .link {
    line-height: 32px;
    font-size: 16px;
    padding-top: 12px;
}

.youShi .content .link a {
    color: #243665;
    display: inline-block;
    width: 138px;
    text-align: center;
    border: 1px solid #243665;
    border-radius: 10px;
}

.youShi .content .line_5 .box_5 .one {
}

.youShi .content .tel {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    padding-top: 15px;
    padding-left: 79px;
}

.youShi .content .tel span {
    font-weight: bold;
    color: #243665;
    font-size: 20px;
    display: inline-block;
    vertical-align: bottom;
    padding-left: 25px;
}

.about .content .line_1 .left {
    width: 500px;
    text-align: center;
    color: #283b69;
    padding-top: 208px;
    text-indent: 38px;
}

.about .content .line_1 .left .cn {
    font-size: 29px;
    font-weight: bold;
}

.about .content .line_1 .left .en {
    text-transform: uppercase;
}

.about .content .line_1 .right {
    width: 733px;
    padding-right: 50px;
    font-size: 16px;
    min-height: 350px;
}

.about .content .line_1 .right .more {
    color: #c1043f;
    float: right;
}

.about .content .line_2 {
    padding-top: 83px;
}

.about .content .line_2 dd {
    float: left;
    font-weight: bold;
    color: #000;
    font-size: 19px;
    width: 258px;
    text-align: center;
    text-indent: 3px;
}

.f_feedback .content {
    padding-top: 53px;
}

.f_feedback .left .two span {
    font-weight: bold;
    color: #c1043f;
    font-size: 30px;
}

.f_feedback .content .sTitle {
    padding-left: 16px;
    line-height: 35px;
}

.f_feedback .right .sTitle {
}

.f_feedback .right .sTitle .one {
    font-size: 27px;
    font-weight: bold;
}

.f_feedback .right .sTitle .two {
    padding-left: 39px;
}

.f_feedback .right .three {
    font-size: 19px;
    font-weight: bold;
    padding-top: 26px;
    text-indent: 50px;
    padding-bottom: 2px;
}

.f_feedback .right .four {
    padding-left: 48px;
    line-height: 39px;
    font-size: 17px;
}

.f_feedback .right .tel {
    font-size: 19px;
    color: #fff;
    padding-top: 25px;
    line-height: 47px;
    padding-left: 80px;
}

.f_feedback .right .tel span {
    font-size: 30px;
    font-weight: bold;
    color: #243665;
    display: inline-block;
    vertical-align: bottom;
    padding-left: 41px;
}

.case {
    padding: 130px 0;
    padding-top: 120px;
}

.case .center .tel_ys {
    color: #0c70bb;
    font-size: 17px;
    text-align: center;
    text-indent: 50px;
    padding-top: 5px;
    min-height: 30px;
}

.case .center .tel_ys span {
    font-size: 23px;
    font-weight: bold;
    position: relative;
    top: 2px;
}

.case .center .sBox {
    padding-top: 24px;
}

.case .center .sBox a {
    float: left;
    margin-right: 18px;
    padding-top: 26px;
    background: url(/template/images/line_5.png) no-repeat;
}

.case .center .sBox a:nth-child(3) {
    margin-right: 0;
}

.case .center .sBox a .one {
    margin-bottom: 5px;
    width: 388px;
    height: 374px;
    overflow: hidden;
    position: relative;
}

.case .center .sBox a .one .box {
    position: absolute;
    top: 374px;
    padding: 30px;
}

.case .center .sBox a:hover .one .box {
    top: 0;
}

.case .center .sBox a .one .box .box2 {
    background: rgba(255,255,255,0.88);
    height: 316px;
    padding: 0px 19px;
    display: table-cell;
    vertical-align: middle;
}

.case .center .sBox a .one .box .box2 .s_1 {
    text-align: center;
    font-size: 23px;
    color: #0c70bb;
    font-weight: bold;
    padding-bottom: 13px;
    background: url(/template/images/line_3.png) no-repeat center bottom;
}

.case .center .sBox a .one .box .box2 .s_2 {
    font-size: 17px;
    line-height: 190%;
    padding-top: 16px;
}

.case .center .sBox a .two {
    line-height: 45px;
    color: #fff;
    font-size: 17px;
    background: #0c70bb;
    text-align: center;
}

.case .content {
    padding-top: 45px;
}

.new {
    padding-bottom: 20px;
}

.new .content {
    padding-top: 45px;
    font-size: 16px;
}

.new .sTitle {
    padding-top: 38px;
    text-align: center;
}

.new .sTitle dd {
    display: inline-block;
    width: 198px;
    margin-right: 15px;
    vertical-align: middle;
}

.new .sTitle dd a {
    display: block;
    line-height: 39px;
    font-size: 17px;
    color: #1e1e1e;
    text-align: center;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #ccc;
}

.new .sTitle dd:nth-child(3) {
    margin-right: 0;
}

/*
.new .sTitle dd a:hover {
    color: #fff;
    background: url(/template/images/tabH.png) no-repeat center top;
}
*/
.new .content .line_1 {
}

.new .content .line_1 .sub_left {
    width: 588px;
}

.new .content .line_1 .sub_right {
    width: 601px;
    padding: 39px 55px;
    border: 1px solid #eee;
    border-left: 0;
    min-height: 292px;
    padding-bottom: 0;
}

.new .content .line_1 .sub_left img {
    display: block;
}

.new .content .line_1 .dl_1 {
    background-color: #fff;
}

.new .content .line_1 .sub_right .s1 {
    font-size: 21px;
    font-weight: bold;
}

.new .content .line_1 .sub_right .s2 {
    font-size: 17px;
    line-height: 190%;
    padding: 13px 0;
    text-align: justify;
    padding-bottom: 20px;
}

.new .content .line_2 {
    padding-top: 38px;
    margin-bottom: 16px;
}

.new .content .line_2 li {
    float: left;
    width: 418px;
    margin-right: 23px;
}

.new .content .line_2 li:nth-child(3) {
    margin-right: 0;
}

.new .content .line_2 li .one {
}

.new .content .line_2 li .one a {
    display: block;
    position: relative;
}

.new .content .line_2 li .one a .timeBox {
    position: absolute;
    background: url(/template/images/timeBox.png) center top no-repeat;
    width: 111px;
    height: 107px;
    left: 25px;
    text-align: right;
    color: #fff;
    font-size: 36px;
    padding-right: 20px;
}

.new .content .line_2 li .one a .timeBox .s2 {
    font-size: 19px;
    padding-right: 1px;
}

.new .content .line_2 li .one a .timeBox .s1 {
    padding-top: 16px;
}

.new .content .line_2 li .one a img {
    padding-top: 23px;
    display: block;
}

.new .content .line_2 li .two {
    font-size: 18px;
    font-weight: bold;
}

.new .content .line_2 li .sBox {
    background: url(/template/images/newBox.png) center top no-repeat;
    padding: 26px 43px;
    min-height: 158px;
}

.new .content .line_2 li .three {
    padding: 12px 0;
    line-height: 180%;
    padding-bottom: 18px;
}

.new .content .line_2 li .four {
    text-align: right;
}

.new .content .line_2 li .four a.more {
    display: inline-block;
    height: 31px;
    width: 115px;
    background: url(/template/images/newBt_01.png) center top no-repeat;
}

.new .content .line_2 li .four a.more:hover {
    background: url(/template/images/newBt_02.png) center top no-repeat;
}

.new .content .line_2 li .two a:hover {
    color: #0b91b6;
}

.new .content .line_3 {
    line-height: 35px;
    background-color: #f6f7f8;
    text-align: center;
}

.new .content .line_3 a {
    display: block;
    line-height: 56px;
    font-size: 16px;
}

.new .content .left {
    width: 650px;
}

.new .content .right {
    width: 604px;
}

.new .content .left .one {
}

.new .content .left .one .s1 {
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 18px;
}

.new .content .left .one .s1 a {
    display: block;
    padding-left: 95px;
    background: url(/template/images/tt.png) no-repeat center left;
    line-height: 37px;
    padding-top: 13px;
}

.new .content .left .one .s2 {
    line-height: 190%;
    padding-bottom: 28px;
    border-bottom: 1px dashed #666;
    margin-bottom: 25px;
}

.new .content .left .one .s2 a {
    color: #c5003d;
    float: right;
}

.new .content .left .two {
    line-height: 40px;
}

.new .content .left .two .s_left {
    width: 83%;
}

.new .content .left .two .s_left a {
    padding-left: 33px;
    background: url(/template/images/dot.png) no-repeat center left;
    display: block;
}

.new .content .left .two .s_right {
}

.new .content .right .s1 {
}

.new .content .right .s1 img {
    vertical-align: middle;
}

.new .content .right .s2 {
    font-weight: bold;
    font-size: 19px;
    line-height: 50px;
}

.new .content .right .s3 {
    line-height: 180%;
    text-align: justify;
}

.new .content .right .s4 {
    text-align: right;
}

.new .content .right .s4 a {
    color: #c5003d;
}

.f_contact {
    background: url(/template/images/f_contact.jpg) no-repeat center top;
    min-height: 513px;
    padding-top: 130px;
    font-size: 16px;
}

.f_contact .left {
    width: 410px;
    text-align: center;
    padding-top: 100px;
}

.f_contact .right {
    width: 803px;
    padding-top: 33px;
}

.f_contact .left .one img {
    vertical-align: middle;
}

.f_contact .left .two {
    padding-top: 25px;
}

.f_contact .left .two .s1 {
    font-size: 30px;
    font-weight: bold;
}

.f_contact .left .two .s1 span {
    color: #c70944;
}

.f_contact .left .two .s2 {
    padding-top: 8px;
    font-size: 17px;
}

.f_contact .right .one {
    line-height: 43px;
}

.f_contact .right .one a {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    background: url(/template/images/dot2.png) no-repeat center left;
    width: 134px;
}

.f_contact .right .one a:nth-child(4) {
    margin-right: 38px;
}

.f_contact .right .two {
    padding-top: 65px;
}

.f_contact .right .two .s_left {
    padding-left: 3px;
}

.f_contact .right .two .s_right {
    padding-top: 18px;
    padding-right: 2px;
    text-align: center;
}

.f_contact .right .two .s_left .s1 {
    font-size: 35px;
    font-weight: bold;
}

.f_contact .right .two .s_left .s2 {
    font-size: 17px;
    line-height: 35px;
    padding-top: 6px;
    padding-left: 36px;
}

.f_contact .right .two .s_right h3 {
    margin: 0;
    padding: 0;
}

.f_contact .right .two .s_right img {
    vertical-align: middle;
}

.f_contact .right .two .s_right .txt {
    padding-top: 10px;
}

.typeNav .content .smallNav a span {
    display: block;
    padding-left: 20px;
    background: url(/template/images/proIco.png) no-repeat center left;
}

.typeNav .content .smallNav a:hover span, .typeNav .content .smallNav.lastStyle a.currentNav span {
    background: url(/template/images/proIco2.png) no-repeat center left;
}

.typeNav .content .smallNav.lastStyle a {
    color: #5778ad;
}

.inBody {
}

.inBody .f_feedback {
    min-height: 559px;
}

.inBody .foot {
}

.inBody .f_contact {
    background: url(/template/images/f_contact2.jpg) no-repeat center top;
}

.why2 {
    background: url(/template/images/why2.jpg) no-repeat center top;
    padding-top: 70px;
    min-height: 517px;
}

.why2 .sTitle .one {
    color: #243665;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    padding-bottom: 1px;
}

.why2 .sTitle .one span {
    color: #c1043f;
}

.why2 .sTitle {
    text-align: center;
    line-height: 250%;
    padding-left: 149px;
}

.why2 .sTitle .two {
    font-size: 16px;
    padding-top: 14px;
    padding-left: 98px;
}

.why2 .sTitle .two span {
    font-family: "Impact";
    font-size: 21px;
    color: #0057b0;
    position: relative;
    top: 2px;
    letter-spacing: 1px;
}

.why2 .sTitle .two a {
    position: relative;
    top: 6px;
}

.why2 .sContent {
    padding-top: 36px;
    font-size: 16px;
    line-height: 53px;
}

.why2 .sContent .one {
    position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    min-height: 490px;
}

.why2 .sContent .one p {
    margin: 0;
    position: absolute;
}

.why2 .sContent .one p:nth-child(1) {
    position: absolute;
    top: 133px;
    left: 277px;
}

.why2 .sContent .one p:nth-child(2) {
    position: absolute;
    top: 134px;
    left: 761px;
}

.why2 .sContent .one p:nth-child(3) {
    position: absolute;
    top: 262px;
    left: 160px;
}

.why2 .sContent .one p:nth-child(4) {
    position: absolute;
    top: 273px;
    left: 889px;
}

.why2 .sContent .one p:nth-child(5) {
    position: absolute;
    top: 408px;
    left: 176px;
}

.why2 .sContent .one p:nth-child(6) {
    position: absolute;
    top: 417px;
    left: 866px;
}

.why2 .sContent .two {
    text-align: center;
    line-height: 175%;
    text-indent: 2px;
}

.why2 .sContent .two .s1 {
    font-size: 20px;
    color: #0057b0;
    padding-top: 12px;
    text-indent: 4px;
}

.why2 .sContent .two .s2 {
    font-size: 16px;
    text-indent: 10px;
}

.why2 .sContent .two .s2 span {
    font-weight: bold;
}

.why2 .sTitle .en {
    font-size: 15px;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 1px;
}

.why2 .sContent .sub_left {
    text-align: right;
    width: 418px;
}

.why2 .sContent .sub_right {
    width: 520px;
    padding-top: 4px;
    line-height: 52px;
}

.why2 .sContent .sub_left .s1 {
    padding-right: 72px;
}

.why2 .sContent .sub_left .s2 {
    padding-right: 130px;
    text-align: left;
    padding-left: 125px;
    line-height: 210%;
    padding-top: 31px;
}

.why2 .sContent .sub_left .s3 {
    padding: 37px 0;
    padding-right: 115px;
}

.why2 .sContent .sub_right .s4 {
    padding-left: 183px;
    padding-top: 13px;
}

.why2 .sContent .sub_right .s5 {
    padding: 35px 0;
    padding-left: 240px;
}

.why2 .sContent .sub_right .s6 {
    padding: 26px 0;
    padding-left: 230px;
}

.why2 .sContent .ul_2 div {
    padding: 15px 0;
}

.proShow .right .shareTitle {
}

.proShow .right .shareTitle .cn {
    padding-bottom: 0;
}

.proShow .right .content .line_0 {
}

.proShow {
    padding: 90px 0;
    padding-bottom: 50px;
}

.proShow .left {
    width: 304px;
}

.proShow .right {
    width: 940px;
    background: url(/template/images/proShow.jpg) no-repeat center top;
    border: 1px solid #eee;
}

.proShow .right .r_smallNav {
    background: url(/template/images/navSbj.png);
    margin-top: 20px;
}

.proShow .right .r_smallNav .ul_1 {
    width: 95%;
    margin: 0 2.5%;
}

.proShow .right .r_smallNav .ul_1 li {
    width: 14.2%;
    text-align: center;
    float: left;
    border-bottom: 1px solid #559ace;
    padding: 10px 0;
    line-height: 30px;
}

.proShow .right .r_smallNav .ul_1 li a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.proShow .right .r_smallNav .ul_1 li a:hover {
    color: #0261c3;
    background: #fff;
    border-radius: 3px;
}

.proShow .center .clear .right .r_title {
    border-left: 9px solid #0261c3;
    padding-left: 13px;
}

.proShow .center .clear .right .r_title .txt_1 {
    font-size: 30px;
    font-weight: bold;
    color: #0261c3;
    margin: 0;
    padding: 0;
    padding-bottom: 3px;
}

.proShow .right .content {
}

.proShow .center .clear .right .content .title_2 {
    padding: 15px 0;
    border-bottom: 1px dotted #0261c3;
}

.proShow .center .clear .right .content .title_2 .txt {
    font-weight: bold;
    font-size: 24px;
    color: #0261c3;
    border-left: 6px solid #0261c3;
    margin: 0;
    padding: 0;
    padding-left: 15px;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right {
    width: 586px;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .bt {
    padding-top: 22px;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .bt a, .proShow .center .clear .right .content .r_1 .clear .sub_right .bt .shareTel {
    display: inline-block;
    vertical-align: middle;
}

.proShareBox {
    padding-bottom: 28px;
}

.proShareBox.r_4 {
    padding-bottom: 36px;
}

.pro_shareTitle {
    font-size: 28px;
    color: #0b91b6;
    line-height: 35px;
    background: url(/template/images/proTitle_01.png) no-repeat center bottom;
    padding-left: 83px;
    padding-bottom: 9px;
}

.pro_shareTitle span {
    font-size: 18px;
    font-weight: bold;
}

.pro_shareTxt {
    padding: 18px 29px;
    color: #333;
    font-size: 16px;
    line-height: 200%;
}

.pro_shareTxt p {
    margin: 0 !important;
    padding: 5px 0 !important;
}

.pro_shareTxt, .pro_shareTxt p, .pro_shareTxt span {
    font-size: 17px !important;
    line-height: 190% !important;
}

.pro_shareTxt td {
    vertical-align: top !important;
}

.pro_shareTxt table, .pro_shareTxt td {
    border: 0 !important;
}

.proShareBox.r_5 .pro_shareTxt td img {
    max-width: 100% !important;
}

.proShareBox.r_4 .pro_shareTxt td {
    width: 33.3% !important;
    text-align: center !important;
    padding: 0 !important;
}

.proShow .shareRightTitle {
}

.proShow .shareRightTitle .dl_2 {
    width: 1106px;
    padding: 28px 40px;
}

.proShow .shareRightSmallNav {
    padding-top: 33px;
}

.proShow .shareRightSmallNav .ul_1 {
    width: 93%;
    margin: 0 3.5%;
}

.shareTel {
    background: url(/template/images/tel3.png) no-repeat center left;
    line-height: 30px;
    padding-left: 39px;
    font-size: 18px;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .two {
    padding-top: 9px;
    letter-spacing: 1px;
    font-size: 16px;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .bt .dl_5.clear .s_right {
    width: 275px;
}

.shareTel .s1 {
    font-size: 15px;
}

.shareTel .s2 {
    font-size: 22px;
    color: #ffa800;
}

.proShow .center .clear .right .content .part4 .sC .dl_6.clear dd {
    float: left;
    font-size: 22px;
    color: #fff;
    width: 176px;
    text-align: center;
    margin-right: 7px;
}

.proShow .right .content .line_1 {
    padding: 30px;
    padding-top: 60px;
    margin-bottom: 20px;
}

.proShow .right .content .line_1 .sub_left {
    width: 288px;
}

.proShow .right .content .line_1 .sub_right {
    width: 560px;
}

.proShow .right .content .line_1 .sub_right a.proName {
    display: block;
    color: #0c70bb;
    font-weight: bold;
    font-size: 32px;
    padding-bottom: 10px;
}

.proShow .right .content .line_1 .sub_right .s_2 {
    width: 35px;
    border-top: 4px solid #252525;
}

.proShow .right .content .line_1 .sub_right .s_3 {
    padding: 20px 0;
}

.proShow .right .content .line_1 .sub_right .s_5 {
    padding-top: 40px;
}

.proShow .right .content .line_1 .sub_right .s_5 a {
    display: inline-block;
    margin-right: 10px;
    border-radius: 5px;
    line-height: 43px;
    width: 166px;
    text-align: center;
    font-size: 17px;
    color: #fff;
}

.proShow .right .content .line_1 .sub_right .s_5 a.bt_1 {
    background: #0c70bb;
}

.proShow .right .content .line_1 .sub_right .s_5 a.bt_2 {
    background: #252525;
}

.proShow .right .content .line_1 .sub_left .one {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 13px;
}

.proShow .right .content .line_1 .sub_left .two {
    padding-top: 16px;
    margin-bottom: 25px;
    background: url(/template/images/line5.png) no-repeat;
}

.proShow .right .content .line_1 .sub_left .two .s1 {
    font-size: 22px;
    font-weight: bold;
}

.proShow .right .content .line_1 .sub_left .two .s2 {
    font-size: 17px;
}

.proShow .right .content .line_1 .sub_right img {
    margin-right: 15px;
}

.proShow .right .content .line_1 .sub_left .three {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    min-height: 149px;
}

.proShow .right .content .line_1 .sub_left .four {
}

.proShow .right .content .line_1 .sub_left .four a {
    font-size: 12px;
    line-height: 25px;
    border-radius: 30px;
    text-align: center;
}

.proShow .right .content .line_1 .sub_left .three div {
    background: url(/template/images/yuan.png) no-repeat left center;
    background-position-y: 12px;
    padding: 2px 0;
    padding-left: 16px;
}

.proShow .right .content .line_1 .sub_left .one h1 {
    margin: 0;
    padding: 0;
    font-size: 26px;
}

.proShow .right .content .line_1 .sub_left .four .s_right {
}

.proShow .right .content .line_1 .sub_left .four .s_right img {
    padding-top: 3px;
}

.proShow .right .content .line_1 .sub_right .s2 {
    font-size: 22px;
}

.proShow .right .content .line_2 {
}

.proShow .right .content .line_2 .dl_5 dd {
    float: left;
    width: 50%;
}

.proShow .right .content .line_2 .dl_5 dd a {
    display: block;
    min-height: 58px;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: url(/template/images/qhBt.png) no-repeat center top;
    font-weight: bold;
    cursor: pointer;
}

.proShow .right .content .line_2 .dl_5 dd:nth-child(3) {
    margin-right: 0;
}

.proShow .right .content .line_2 .dl_5 dd:nth-child(1) {
}

.proShareBox .sTitle {
    text-align: center;
    min-height: 91px;
    background: url(/template/images/qy.png) no-repeat center top;
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    line-height: 48px;
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px #555;
    text-indent: 11px;
}

.proShow .right .content .line_2 .dl_5 {
    margin-bottom: 38px;
}

.pro_shareTitle.t_2 {
    background: url(/template/images/proTitle_02.png) no-repeat center bottom;
}

.proShareBox.r_2 {
}

.proShareBox.r_2 .pro_shareTxt p {
}

.pro_shareTitle.t_3 {
    background: url(/template/images/proTitle_03.png) no-repeat center top;
}

.proShareBox.r_3 {
}

.proShareBox.r_3 .youDian {
    background: url(/template/images/proPic.png) no-repeat center top;
    min-height: 356px;
    position: relative;
}

.proShareBox.r_3 .youDian span {
    position: absolute;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    line-height: 35px;
    width: 131px;
    text-align: center;
}

.proShareBox.r_3 .youDian .s1 {
    top: 3px;
    left: 173px;
}

.proShareBox.r_3 .youDian .s2 {
    top: 87px;
    left: 105px;
}

.proShareBox.r_3 .youDian .s3 {
    top: 179px;
    left: 96px;
}

.proShareBox.r_3 .youDian .s4 {
    top: 267px;
    left: 155px;
}

.proShareBox.r_3 .youDian .s5 {
    top: 3px;
    left: 608px;
}

.proShareBox.r_3 .youDian .s6 {
    top: 87px;
    left: 694px;
}

.proShareBox.r_3 .youDian .s7 {
    top: 179px;
    left: 716px;
}

.proShareBox.r_3 .youDian .s8 {
    top: 267px;
    left: 711px;
}

.pro_shareTitle.t_4 {
    background: url(/template/images/proTitle4.png) no-repeat center top;
    min-height: 46px;
    text-indent: 90px;
    margin-bottom: 5px;
}

.pro_shareTitle.t_4 .smallTxt {
    text-indent: 0;
    font-size: 17px;
    color: #666;
    font-weight: normal;
    padding-top: 18px;
}

.proShareBox.r_4 .pro_shareTxt {
}

.proShareBox.r_4 .pro_shareTxt table {
    background: none !important;
    border-collapse: collapse;
    width: 100%;
}

.pro_shareTitle.t_5 {
    background: url(/template/images/proTitle5.png) no-repeat center top;
    min-height: 46px;
    text-indent: 90px;
    margin-bottom: 5px;
}

.pro_shareTitle.t_6 {
    background: url(/template/images/proTitle6.png) no-repeat center top;
    min-height: 46px;
    text-indent: 104px;
    margin-bottom: 5px;
}

.pro_shareTitle.t_6 .smallTxt {
    text-indent: 0;
    font-size: 17px;
    color: #666;
    font-weight: normal;
    padding-top: 18px;
}

.proShow .right .content .canShu .sContent p {
    margin: 0;
    padding: 0;
}

.proShow .right .content .canShu .sContent,.proShow .right .content .canShu .sContent p, .proShow .right .content .canShu .sContent span, .proShow .right .content .canShu .sContent td {
    line-height: 200% !important;
    font-size: 16px !important;
}

.proShow .right .content .canShu .sContent table, .proShow .right .content .canShu .sContent td {
    border: 0 !important;
}

.proShow .right .content .canShu .sContent td {
    height: 73px !important;
    padding: 0 !important;
    text-align: center !important;
    width: 16.6% !important;
    font-size: 18px !important;
    color: #000 !important;
}

.proShow .right .content .canShu .sContent td:nth-child(1) {
    width: 183px !important;
}

.proShow .right .content .canShu .sContent td:nth-child(2) {
    width: 145px !important;
}

.proShow .right .content .canShu .sContent tr:nth-child(1) {
    font-weight: bold !important;
}

.proShow .right .content .canShu .sContent table {
    border-collapse: collapse !important;
    background: none !important;
}

.proShow .right .content .canShu .sContent {
    width: 901px;
    margin: 0 auto;
    padding-top: 35px;
}

.proShow .right .content .canShu .sContent td:nth-child(3) {
    width: 136px !important;
}

.proShow .right .content .canShu .sContent td:nth-child(4) {
    width: 145px !important;
}

.proShow .right .content .canShu .sContent td:nth-child(5) {
    width: 157px !important;
}

.proShow .right .content .canShu .sContent td:nth-child(6) {
    width: 131px !important;
}

.proShow .right .content .canShu {
    margin-bottom: 90px;
}

.proShow .right .content .line_1 .sub_left img {
    padding: 10px 5px 5px;
    border: 1px solid #eee;
    width: 268px;
    height: 268px;
}

.proShow .right .canShu .shareTitle .cn {
    font-size: 33px;
}

.proShow .right .content .line_1 .dl_2 {
    padding: 38px 0;
}

.proShow .right .content .line_1 .sub_right .one,.proShow .right .content .line_1 .sub_right .one p,.proShow .right .content .line_1 .sub_right .one span {
    font-size: 17px !important;
    line-height: 200% !important;
}

.proShow .right .content .line_1 .sub_right .one p {
    margin: 0 !important;
}

.proShow .right .content .line_1 .sub_right .one {
    padding-bottom: 23px;
}

.shareTel strong {
    font-size: 29px;
    color: #c2043f;
    display: inline-block;
    vertical-align: bottom;
}

.proShow .right .content .line_1 .sub_right .three {
    padding-top: 19px;
}

.pro_shareTitle .cn {
    display: inline-block;
    font-weight: bold;
    color: #c5003d;
}

.pro_shareTitle .en {
    display: inline-block;
    font-family: Impact;
    font-size: 33px;
    text-transform: uppercase;
    color: #f4dde1;
    vertical-align: middle;
    padding-bottom: 2px;
}

.proShow .right .content .line_2 .proShareBox.r_1 {
}

.proShow .right .content .line_2 .proShareBox.r_1 .pro_shareTxt p {
    background: url(/template/images/dot3.png) no-repeat center left !important;
    padding-left: 21px !important;
    background-position-y: 17px !important;
}

.proShow .right .content .line_2 .proShareBox.r_4 .pro_shareTxt p {
    background: url(/template/images/dot5.png) no-repeat center left !important;
    padding-left: 21px !important;
    background-position-y: 15px !important;
}

.proShareBox.r_5 {
    padding-bottom: 0;
}

.proShareBox.r_5 .pro_shareTxt {
}

.in_new .typeNav .content, .newShow .typeNav .content {
    padding: 0;
}

.typeNav .content .currentOneNav {
}

.typeNav .content .currentOneNav a {
}

.typeNav .content .currentOneNav a .cn,.typeNav .content .oneNav:hover a .cn {
    color: #c5003d;
    background: url(/template/images/dot7.png) no-repeat center left;
    background-position-x: 83px;
}

.typeNav .content .caseOneNav {
    -moz-box-shadow: 1px 3px 5px #ddd;
    -webkit-box-shadow: 1px 3px 5px #ddd;
    box-shadow: 1px 3px 5px #ddd;
}

.newShareList {
}

.newShareList .item {
    padding: 10px;
    width: 910px;
}

.newShareList .item .sub_left {
    width: 350px;
}

.newShareList .item .sub_right {
    width: 503px;
}

.newShareList .item .sub_left img {
    display: block;
    border-radius: 5px;
}

.newShareList .item .sub_right .one {
    font-size: 23px;
    font-weight: bold;
}

.newShareList .item .sub_right .two a {
    color: #0b91b6;
    display: block;
}

.newShareList .item .sub_right .three {
    font-size: 17px;
    line-height: 180%;
    padding-bottom: 3px;
    text-align: justify;
}

.newShareList .item .sub_right .four {
    text-align: right;
}

.newShareList .item .sub_right .four a {
    display: inline-block;
    line-height: 33px;
    font-size: 16px;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.newShareList .item .sub_right .four a:nth-child(1) {
}

.newShareList .newItemBox:hover {
    -moz-box-shadow: 1px 1px 8px #ddd;
    -webkit-box-shadow: 1px 1px 8px #ddd;
    box-shadow: 1px 1px 8px #ddd;
    border: 1px solid #eee;
}

.newShareList .item .sub_right .two {
    padding: 10px 0;
    color: #888;
}

.newShareList .item .sub_right .four a img {
    vertical-align: middle;
}

.newShareList .newItemBox {
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.newShareList .newItemBox:hover .item {
    background: #f8f8f8;
}

.newShareList .item .sub_right .one a {
}

.newShareList .newItemBox:hover .item .sub_right .one a {
    color: #c5003d;
}

.newShareList .newItemBox:nth-child(1):hover {
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_4 .s1 strong {
    color: #475e99;
    font-weight: normal;
}

.lContact .sTitle {
    color: #fff;
    text-align: center;
    line-height: 160%;
    min-height: 95px;
}

.lContact .sTxt {
    background: url(/template/images/lcontact.png) no-repeat center left;
    min-height: 213px;
    background-position-x: 15px;
    background-position-y: 30px;
    padding-top: 18px;
    line-height: 27px;
    padding-left: 48px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.lContact .sTitle .cn {
    font-size: 23px;
    font-weight: bold;
    padding-top: 26px;
}

.lContact .sTitle .en {
    font-size: 15px;
    text-transform: uppercase;
}

.typeNav.typeNew {
    margin-bottom: 33px;
}

.lContact .sTxt li {
    padding: 10px 0;
}

.lContact .sContent {
    border-left: 2px solid #faf0bc;
    border-right: 2px solid #faf0bc;
    border-bottom: 2px solid #faf0bc;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.xg_pro .txt_1 {
    color: #243665;
    font-size: 19px;
    font-weight: bold;
    background: url(/template/images/dot6.png) no-repeat center left;
    padding-left: 28px;
    background-position-x: 3px;
    line-height: 31px;
    padding-bottom: 6px;
    border-bottom: 1px dashed #d3d7e0;
    background-position-y: 5px;
    margin-bottom: 20px;
}

.xg_pro .l_list {
}

.xg_pro .l_list .item {
    margin-bottom: 20px;
}

.xg_pro .l_list .item .txt {
    text-align: center;
    line-height: 39px;
}

.typeNav.typeNew.typeNew2 {
}

.typeNav.typeNew.typeNew2 .currentOneNav,.typeNav.typeNew.typeNew2 .oneNav:hover {
    background: url(/template/images/leftLine.png) no-repeat center left;
}

.aboutTab .sTitle {
    padding-top: 38px;
    text-align: center;
    margin-bottom: 30px;
}

.aboutTab .sTitle dd {
    display: inline-block;
    width: 198px;
    margin-right: 15px;
    vertical-align: middle;
}

.aboutTab .sTitle dd a {
    display: block;
    line-height: 39px;
    font-size: 17px;
    color: #1e1e1e;
    text-align: center;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #ccc;
}

.aboutTab .sTitle dd:nth-child(4) {
    margin-right: 0;
}

.in_contact {
    padding: 90px 0;
}

.in_contact .line_1 {
    padding-bottom: 100px;
}

.in_contact .line_1 .sContent {
    padding-top: 30px;
}

.in_contact .line_1 .sContent li {
    float: left;
    width: 313px;
    min-height: 215px;
    background-color: #f3f3f3;
    border-radius: 5px;
    margin-right: 16px;
    margin-bottom: 38px;
    text-align: center;
    line-height: 180%;
    cursor: pointer;
}

.in_contact .line_1 .sContent li .pic {
    padding-top: 19px;
}

.in_contact .line_1 .sContent li .cn {
    font-size: 19px;
    font-weight: bold;
    padding-top: 5px;
}

.in_contact .line_1 .sContent li .en {
    text-transform: uppercase;
    font-size: 12px;
    transform: scale(0.8);
    white-space: nowrap;
}

.in_contact .line_1 .sContent li:nth-child(4),.in_contact .line_1 .sContent li:nth-child(8) {
    margin-right: 0;
}

.in_contact .line_1 .sContent li:hover {
    background-color: #243665;
    color: #fff;
}

.in_contact .line_2 {
    background: url(/template/images/callBj.png) no-repeat center top;
    min-height: 678px;
}

.in_contact .line_2 .box_1 {
    padding-top: 44px;
    line-height: 40px;
    font-size: 17px;
}

.in_contact .line_2 .box_1 .s_left {
    font-size: 22px;
    font-weight: bold;
    padding-left: 185px;
}

.in_contact .line_2 .box_1 .s_right {
    padding-right: 48px;
}

.in_contact .line_2 .box_1 .s_right a {
    display: inline-block;
    width: 142px;
    text-align: center;
    margin-left: 5px;
    color: #c5003d;
}

.in_contact .line_2 .box_1 .s_right a:nth-child(1) {
    color: #fff;
}

.in_contact .line_2 .box_2 {
    padding-top: 69px;
}

.in_contact .line_2 .box_2 .s_left {
    width: 362px;
    padding-left: 43px;
    font-size: 16px;
}

.in_contact .line_2 .box_2 .s_left .one {
    text-align: center;
    color: #fff;
    line-height: 180%;
    letter-spacing: 1px;
    min-height: 77px;
}

.in_contact .line_2 .box_2 .s_left .one .s1 {
    font-size: 17px;
    padding-top: 12px;
}

.in_contact .line_2 .box_2 .s_left .one .s1 h1 {
    font-size: 17px;
    margin: 0;
}

.in_contact .line_2 .box_2 .s_left .two {
    padding-left: 70px;
    line-height: 180%;
}

.in_contact .line_2 .box_2 .s_left .two .sTxt li {
    padding: 20px 0;
}

.in_contact .line_2 .box_2 .s_left .two .sTxt {
}

.in_contact .line_2 .box_2 .s_left .two .sTxt li:nth-child(4) {
    padding: 22px 0;
}

.in_contact .line_2 .box_2 .s_left .two .sTxt li:nth-child(5) {
    padding: 13px 0;
}

.in_contact .line_2 .box_2 .s_right {
    width: 815px;
    padding-right: 43px;
}

.noInfor strong {
    color: #243664;
    font-size: 21px;
    vertical-align: top;
}

.noInfor a {
    font-weight: bold;
    color: #c5003d;
}

.friendLink,.friendLink a {
    color: #5b6b96 !important;
}

.bq p {
    display: inline-block;
}

.newShareList .item .sub_right .two dd {
    display: inline-block;
}

.newShareList .item .sub_right .two dd:first-child {
    margin-right: 10%;
}

.newShow .right .newBox .line_2 .two dd {
    display: inline-block;
    margin: 0 2%;
}

.about .shareTitle {
    padding-left: 58px;
}

.in_about .line_7 {
}

.in_about .line_7 .aboutTab {
    margin-top: -20px;
}

.in_about .line_7 .aboutTab .center {
    padding-top: 35px;
}

.in_about .line_7 .aboutTab .bigBox {
    border: 1px solid #ccc;
}

.in_contact .line_1 .shareTitle {
    background: url(/template/images/txt2.png) no-repeat center top;
    padding-top: 30px;
}

.in_contact .line_1 .shareTitle .cn {
    padding-bottom: 0;
}

.tzBox {
    display: inline-block;
}

.page404 {
    padding: 60px 0;
    min-height: 334px;
    background: url(/template/images/404.jpg) no-repeat center top;
    font-size: 19px;
    font-weight: bold;
    line-height: 200%;
    padding-top: 110px;
}

.page404 .line_1 {
    padding: 0 100px;
    padding-bottom: 50px;
}

.page404 .line_2 {
    padding: 0 100px;
    color: #19417f;
}

.otherTag {
    line-height: 35px;
    font-size: 17px;
}

.otherTag span {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.otherTag a {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 100px;
    padding: 0 18px;
    margin-right: 8px;
    margin-bottom: 10px;
}

.otherTag a:hover {
    border: 1px solid #a51414;
    color: #a51414;
}

.jhList {
    padding: 100px 0;
    padding-bottom: 30px;
}

.jhList .left {
    width: 955px;
    position: relative;
}

.jhList .right {
    width: 300px;
}

.jhlistBox {
}

.jhlistBox .item {
    padding: 15px 18px;
    margin-bottom: 26px;
    width: 919px;
}

.jhlistBox .item .sub_left {
    width: 300px;
    height: 200px;
    overflow: hidden;
}

.jhlistBox .item .sub_right {
    width: 595px;
    font-size: 16px;
    color: #666;
}

.jhlistBox .item .sub_left a {
}

.jhlistBox .item .sub_left img {
    width: 300px;
    /* height: 200px; */
    min-height: 200px;
}

.jhlistBox .item .sub_right .one {
    font-size: 23px;
    padding-top: 3px;
    padding-bottom: 8px;
}

.jhlistBox .item .sub_right .two {
    line-height: 190%;
    text-align: justify;
}

.jhlistBox .item .sub_right .one a {
}

.sjTag {
}

.sjTag .left_Title {
    color: #fff;
    padding: 10px 18px;
    letter-spacing: 1px;
    background: #d88e00;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(bottom, #d88e00, #f1b33d);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, #d88e00, #f1b33d);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #d88e00, #f1b33d);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, #d88e00, #f1b33d);
    /* Standard syntax */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 48px;
    line-height: 160%;
    padding-top: 15px;
    width: auto;
    display: block;
}

.sjTag .left_Title .cn {
    font-weight: bold;
    font-size: 23px;
}

.sjTag .left_Title .en {
    font-size: 13px;
}

.sjTag .sContent {
    border: 1px solid #f3d28b;
    font-size: 16px;
    width: 298px;
    background: url(/template/images/pl_6.png) no-repeat center bottom;
    background-size: 100% auto;
    margin-bottom: 30px;
}

.sjTag .sContent a {
    line-height: 50px;
    text-align: center;
    width: 49%;
    border-bottom: 1px dashed #f3d28b;
    float: left;
}
